/*   
Theme Name: Market Meditations
Theme URI: https://marketmeditations.io
Description: Custom WordPress theme for Market Meditations
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@charset "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

/*Required Styles*/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Fira Sans", sans-serif;
}

html {
	overflow-x: hidden;
}
main {
	margin-top: 140px;
}
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
b {
	font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
	color: #414443;
}
h1 {
	font-size: 48px;
}

h2 {
	font-size: 18px;
	font-weight: var(--extra-bold);
	color: var(--main-color);
	text-transform: uppercase;
}
h3 {
	font-size: 28px;
	font-weight: var(--medium);
	color: var(--color-blue);
}
h4 {
	font-size: 21px;
	font-weight: var(--extra-bold);
	line-height: 32px;
	color: var(--color-blue);
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p,
ul {
	font-size: 18px;
	color: var(--color-text);
	font-weight: var(--regular);
	line-height: 32px;
}
ol li {
	font-size: 18px;
	color: var(--color-text);
	font-weight: var(--regular);
	line-height: 32px;
}
h2.text-center {
	text-align: left !important;
}

:root {
	--main-color: #412c82;
	--main-color-light: #6a3dff;
	--color-blue: #1b4872;
	--color-purple-light: #e9e5ff;
	--color-purple: #4f22e6;
	--color-purple-dark: #36179f;
	--color-text: #000000;
	--color-dark: #190f2e;
	--light: 300;
	--regular: 400;
	--medium: 500;
	--semi-bold: 600;
	--bold: 700;
	--extra-bold: 800;
	--container-width: 1140px;
}

.white {
	color: white !important;
}

.large_white {
	font-size: 34px;
	color: white;
	font-weight: 700;
}

.large_purple {
	font-size: 34px;
	color: var(--main-color);
	font-weight: 700;
}

.purple_bar {
	padding: 2rem 0 !important;
}

.purple_bar .ym_content_heading {
	margin: 0 !important;
}

/*BUTTONS & LINKS*/

.ym_button {
	background-color: var(--color-purple);
	color: white;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: block;
	outline: none;
	border: none;
	padding: 0 35px;
}
.ym_button_large {
	background-color: var(--color-purple);
	color: white;
	height: 85px;
	line-height: 85px;
	border-radius: 6px;
	text-align: center;
	font-size: 30px;
	font-weight: var(--extra-bold);
	display: inline-block;
	outline: none;
	border: none;
	padding: 0 55px;
}
.ym_button_large:hover {
	color: #fff !important;
	background: var(--main-color-light);
}
.button-wrapper {
	text-align: center;
}
.button-wrapper a {
	color: white !important;
}
.button.primary {
	background-color: var(--color-purple);
	color: white !important;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: inline-block;
	padding: 1rem 1.25rem;
	outline: none;
	border: none;
	padding: 0 35px;
}
.ym_button:hover {
	background: var(--main-color-light);
}
.ym_link {
	display: inline-block;
	position: relative;
	padding-right: 1.5rem;
	color: blue;
	transition-duration: 0.5s;
}
.ym_link::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
}
.ym_sub_button {
	background-color: var(--color-purple);
	color: white !important;
	padding: 1rem 1.25rem;
	border-radius: 6px;
}
.ym_sub_button:hover {
	background-color: var(--main-color-light);
	color: white;
	font-weight: var(--extra-bold);
}
.ym_button_inline {
	background-color: var(--color-purple-light);
	color: var(--color-purple);
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: inline-block;
	outline: none;
	border: none;
	padding: 0 35px;
}
.ym_button_inline:hover {
	color: white;
	background: var(--main-color-light);
}
.ym_label {
	line-height: 35px;
	font-size: 14px;
	color: var(--main-color);
	font-weight: var(--medium);
	background-color: var(--color-purple-light);
	padding: 0 25px;
	border-radius: 4px;
	display: inline-block;
	height: 35px;
	margin-bottom: 5px !important;
}
header nav section > a {
	flex-shrink: 1;
}
header nav section > a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.ym_date {
	font-size: 14px;
	color: var(--color-blue);
	font-weight: var(--light);
	margin-bottom: 0;
}
#favorite {
	color: var(--main-color);
}
.ym_like_button,
.ym_comment_button,
.ym_share_button {
	color: var(--main-color);
	font-size: 14px;
	font-weight: var(--light);
	position: relative;
	padding-left: 25px;
	background: none;
	border: none;
}
.ym_like_button::before {
	background-image: url(./public/img/heart-icon.svg);
}
.ym_comment_button::before {
	background-image: url(./public/img/comment-icon.svg);
}
.ym_share_button::before {
	background-image: url(./public/img/share-icon.svg);
}
.ym_like_button::before,
.ym_comment_button::before,
.ym_share_button::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 18px;
	width: 18px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.ym_arrow_link {
	color: var(--color-purple);
	font-size: 18px;
	font-weight: var(--medium);
	text-decoration: none;
}
.ym_arrow_link::after {
	content: " \f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5rem;
}
.ym_arrow_link:hover {
	color: var(--color-purple);
}
.ym_arrow_link:hover::after {
	margin-left: 1.5rem;
	transition-duration: 0.5s;
}
.ym_button_white {
	background-color: white;
	color: var(--color-blue);
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: block;
}
.ym_button_white:hover {
	background: var(--color-purple);
	color: white;
}
.ym_divider {
	width: 100%;
	height: 2px;
	background-color: var(--color-purple-light);
	margin: 35px 0;
}
aside .ym_divider {
	background-color: var(--color-purple);
}
.ym_divider_dark {
	width: 100%;
	height: 2px;
	background-color: var(--color-purple);
	margin: 35px 0;
}

/*HEADER*/

header {
	height: 100px;
	background: #fff;
	position: fixed;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 100;
}
.ym_header.ym_not_fixed {
	position: absolute;
}
.ym_header.ym_not_fixed .marquee {
	position: absolute;
}
body.logged-in header {
	top: 32px;
}
header nav,
header .ym_header_logo {
	height: 100%;
}
header nav section {
	display: flex;
	height: 100%;
}
header nav section .ym_header_logo {
	margin-right: auto;
}
.ym_alert_top_space {
	top: 50px !important;
}
header .ym_header_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
header .ym_header_logo img {
	height: 100%;
}
header .ym_top_level_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	align-self: center;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	display: flex;
	align-items: center;
}
header .ym_top_level_nav.user {
	margin-right: 7%;
}
header .ym_top_level_nav.main {
	margin-right: 15%;
}
header .ym_top_level_nav.inner_circle {
	margin-right: 10%;
}
header .ym_top_level_nav li {
	position: relative;
}
header .ym_top_level_nav li a {
	color: var(--main-color);
	text-decoration: none;
	font-size: 1rem;
	font-weight: var(--medium);
	padding: 40.5px 20px;
}
header .ym_top_level_nav li:hover > a {
	font-weight: var(--extra-bold);
	color: var(--main-color);
}
header .ym_top_level_nav li ul {
	display: none;
	list-style: none;
}
header .ym_top_level_nav li ul a {
	color: white;
	line-height: 42px;
	padding: 0 30px;
	width: 100%;
	display: block;
}
header .ym_top_level_nav li ul a:hover {
	background-color: var(--main-color-light);
	color: white;
}
header .ym_top_level_nav li:hover > ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 1;
	color: white;
	padding: 15px 0;
	margin-top: 35px;
	background: var(--color-purple);
	border-radius: 5px;
}
header .ym_header_button {
	display: flex;
	align-items: center;
	justify-content: right;
}
header .ym_header_button i {
	margin: 0 0.5rem 0 0;
}

header .ym_top_level_nav_search {
	list-style: none;
	margin: 0;
	padding: 0;
	align-self: center;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	display: flex;
	align-items: center;
}
header .ym_top_level_nav_search li {
	position: relative;
}
header .ym_top_level_nav_search li a {
	color: var(--main-color);
	text-decoration: none;
	font-size: 1rem;
	font-weight: var(--medium);
	padding: 40.5px 20px;
}
/*TICKER*/

.ym_ticker {
	background: #fff;
	border-top: 1px solid var(--color-purple-light);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	height: 40px;
	overflow: hidden;
}

/*CONTENT*/

.ym_content {
	padding: 5rem 0;
	position: relative;
}
.ym_content.bottom_tight {
	padding-top: 0 !important;
	padding-bottom: 2.5rem;
}
.ym_content_bar {
	padding: 3rem 0;
	position: relative;
}
.ym_content_bar h2 {
	margin-bottom: 0 !important;
	font-size: 40px;
}
.ym_content_top_large {
	padding-top: 10rem;
}
.ym_content_bottom_large {
	padding-bottom: 10rem;
}
.ym_content_top_small {
	padding-top: 2.5rem;
}
.ym_content_bottom_small {
	padding-bottom: 2.5rem;
}
.ym_content_top_medium {
	padding-top: 5rem;
}
.ym_content_bottom_medium {
	padding-bottom: 5rem;
}
.ym_content_top_none {
	padding-top: 0;
}
.ym_content_bottom_none {
	padding-bottom: 0;
}
.ym_content_top {
	padding-top: 0;
}
.ym_content_bottom {
	padding-bottom: 0;
}
.ym_content_grey {
	background: #eee;
}
.ym_content_full {
	width: 100%;
	height: calc(100vh - 220px);
	display: flex;
	align-items: center;
}
.ym_content_full_inner {
	width: 100%;
}

/*TEXT CONTENT & HEADINGS*/
.ym_content_heading {
	text-align: center;
	margin: 0 0 1rem;
}
.ym_content_heading .row {
	justify-content: center;
}
.ym_text_content {
	height: 100%;
	display: flex;
	align-items: center;
}
.ym_content_flex {
	display: flex;
	height: 100%;
	align-items: center;
}
.ym_content_flex_inner {
	padding: 2rem;
}
.captioned-image-container {
	text-align: center;
}
.accordion-heading {
	font-size: 18px;
	color: var(--main-color);
}
.accordion-section-heading {
	font-size: 18px;
	color: var(--main-color);
}
#subscribeModal .modal-content {
	background-color: var(--color-purple);
}
#subscribeModal .modal-title {
	color: white;
}
#subscribeModal .close {
	color: white;
	text-shadow: none;
	opacity: 1;
}
#searchModal .modal-content {
	background-color: var(--color-purple);
}
#searchModal .modal-title {
	color: white;
}
#searchModal .close {
	color: white;
	text-shadow: none;
	opacity: 1;
}
/*IMAGES*/

.ym_content_image {
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_content_image_rounded {
}
.col-md-6 .ym_content_image_rounded {
	border-radius: 9px;
}
.ym_content img {
	max-width: 100%;
	height: auto;
}
.col-md-12 .ym_content_image {
	padding-bottom: 50%;
}

/*FULL WIDTH IMAGE AND CONTENT*/

.ym_split_content {
	position: relative;
}
.ym_split_content_image {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_split_content_image_reverse {
	right: 0;
	left: auto;
}
.ym_split_content_text {
	padding: 5rem 0;
}
.ym_split_content_image .ym_video_play {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
}
.ym_split_content_image .ym_video_play img {
	width: 100%;
}
.ym_split_content_image .ym_video_play:hover {
	width: 120px;
	height: 120px;
}

/*CONTENT BLOCKS*/

.ym_content_blocks .col-md-4 {
	margin: 1rem 0 0;
}
.ym_content_block {
	background: white;
	border: 1px solid #eee;
	height: 100%;
}
.ym_content_block_image {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_content_block_text {
	padding: 1.5rem 1.5rem 4rem;
	position: relative;
}
.ym_content_block_text span {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
}
.ym_content_block:hover .ym_content_block_text span {
	padding-right: 2rem;
}

/*ACCORDIONS*/

.ym_accordion {
	text-align: left;
	margin: 0;
}
.ym_accordion_section {
	position: relative;
	border: 1px solid #d3d3d3;
	margin: 1rem 0;
	background: white;
}
.ym_accordion .ym_accordion_section:last-of-type {
	margin-bottom: 0;
}
.ym_accordion_q {
	position: relative;
	cursor: pointer;
	padding: 1.5rem 1.25rem;
}
.ym_accordion_q h5 {
	text-align: left;
	margin: 0;
	color: #414443;
}
.ym_accordion_section::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	pointer-events: none;
	text-align: center;
	color: #414443;
	font-size: 16px;
}
.ym_accordion_section.opened::after {
	content: "\f106";
}
.ym_accordion_a {
	display: none;
	padding: 0 1.25rem 2rem;
}
.ym_accordion_a p:last-child {
	margin: 0;
}

/*LOGO SLIDER*/

.ym_logo_slider {
	padding: 0 2rem;
}
.ym_logo_slide {
	margin: 0 1rem;
}
.ym_logo_slide_inner {
	width: 100%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
}
.ym_logo_slide_inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.logo_group img {
	width: auto;
	height: 50px;
	text-align: center;
}
.ym_logo_slider .slick-arrow {
	width: auto;
	height: auto;
}

/*ICON BLOCKS*/

.ym_icon_blocks {
	margin: -2rem 0 0;
}
.ym_icon_blocks .col-md-3,
.ym_icon_blocks .col-md-4 {
	margin: 3rem 0 0;
}
.ym_icon_block_icon {
	width: 70px;
	height: 70px;
	position: relative;
	margin: 0 0 1rem;
}
.ym_icon_block_icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.ym_icon_block:hover span {
	padding-right: 2rem;
}
.ym_icon_blocks_solid .ym_icon_block {
	background: white;
	text-align: center;
	padding: 1.5rem 1.5rem 4rem;
	height: 100%;
	position: relative;
	border: 1px solid lightgrey;
}
.ym_icon_blocks_solid .ym_icon_block_icon {
	margin: 0 auto 1rem;
}
.ym_icon_blocks_solid .ym_icon_block span {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}

/*TESTIMONIAL SLIDER*/

.ym_testimonial_slider.slick-dotted.slick-slider {
	padding: 0 10%;
	margin: 0;
}
.ym_testimonial_slide_inner {
	padding: 3rem 10%;
	border: 1px solid #eee;
}
.ym_testimonial_slide_inner i {
	float: left;
	font-size: 24px;
	line-height: 1;
	margin: 0 0.5rem 0.25rem 0;
}
.ym_testimonial_slide_inner p {
	line-height: 2;
}
.ym_testimonial_slide_inner span {
	font-weight: 700;
}
.ym_testimonial_slider .slick-dots {
	position: relative;
	bottom: auto;
	margin: 1rem 0 0;
}

/*IMAGE SLIDER*/

.ym_image_slider.slick-dotted.slick-slider {
	margin: 0;
}
.ym_image_slider .slick-dots {
	bottom: 1rem;
}
.ym_image_slide_inner {
	width: 100%;
	position: relative;
	padding-bottom: 40%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*VIDEO*/

.ym_video {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.ym_video iframe,
.ym_video video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ym_video_modal .modal-dialog {
	max-width: 75%;
}
.ym_video_modal .close {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	padding: 2rem;
	opacity: 1;
}

/*TEAM*/

.ym_team .col-md-3 {
	margin: 2rem 0 0;
}
.ym_team_member_image {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_team_member h4 {
	margin: 1rem 0 0;
}
.ym_team_member:hover h4 {
	color: green;
}

/*MODALS*/

.ym_modal .modal-dialog {
	max-width: 75%;
}
.ym_modal .modal-content {
	padding: 5rem;
}
.ym_modal .modal-content h5 {
	margin: 0 0 2rem;
}
.ym_modal .close {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	padding: 2rem;
	opacity: 1;
}

/* Home Page Main Content */

.ym_main_content_container {
	display: grid;
	grid-template-columns: 8fr 3fr;
	gap: 110px;
}
.ym_main_content_container .ym_main_content {
	position: relative;
}
.ym_main_content_container .ym_main_content::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: var(--color-purple);
	transform: translateX(55px);
}
.ym_main_content_container .ym_main_content article {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(79, 34, 230, 0.11);
}
.ym_main_content_container .ym_main_content article a {
	display: block;
	position: relative;
}
.ym_main_content_container .ym_main_content article img {
	height: 405px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ym_main_content_container .ym_main_content .ym_podcasts .col-md-6 {
	margin: 0 0 2rem;
}
.ym_main_content_container .ym_main_content .ym_podcasts article {
	height: 100%;
}
.ym_main_content_container .ym_main_content .ym_podcasts article img {
	height: 160px;
}
.ym_main_content_container
	.ym_main_content
	.ym_podcasts
	article:hover
	.img_link::after {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	text-shadow: 0 0 10px black;
}
.ym_main_content_container .ym_main_content article h3 {
	padding: 1rem 2rem;
	margin: 0;
	display: block;
}
.ym_main_content_container .ym_main_content article .ym_article_info h3 {
	padding: 0 0 1rem;
}
.ym_main_content_container
	.ym_main_content
	.ym_podcasts
	article
	.ym_article_info
	h3 {
	font-size: 18px;
	padding: 1rem;
}
.ym_main_content_container
	.ym_main_content
	.ym_podcasts
	article
	.ym_article_info
	.ym_date {
	padding: 0 1rem 1rem;
}
.ym_main_content_container .ym_main_content article p {
	font-size: 14px;
	margin: 0;
	padding: 0 0 1rem;
	line-height: 1.5;
}
.ym_main_content_container .ym_main_content .ym_meta_container {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 35px 30px;
}

.ym_main_content_container .ym_main_content .ym_meta_container .ym_meta {
	display: flex;
	align-items: center;
	gap: 30px;
}
.ym_main_content_container .ym_main_content .ym_meta_container .ym_stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.ym_main_content_container .ym_main_content {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.ym_main_content_container .ym_main_content .ym_more_news .ym_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	grid-template-rows: auto;
}
.ym_main_content_container .ym_main_content .ym_more_news a {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(79, 34, 230, 0.11);
	transition: all 0.3s ease;
}
.ym_main_content_container .ym_main_content .ym_more_news a:hover {
	background: var(--color-purple-light);
}
.ym_main_content_container .ym_main_content .ym_more_news .ym_post_image {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ym_main_content_container
	.ym_main_content
	.ym_more_news
	.ym_post_image
	.ym_label {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 1rem;
}
.ym_main_content_container .ym_main_content .ym_more_news .ym_post_content {
	position: relative;
	width: 100%;
	padding: 1rem 30px 4rem;
}
.ym_main_content_container .ym_main_content .ym_more_news a h3 {
	margin: 0.5rem 0 0;
}
.ym_main_content_container .ym_main_content .ym_more_news a .ym_stats {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0 30px 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	gap: 35px;
}
.ym_main_content_container .ym_main_content article a:hover {
	color: var(--color-purple-dark);
}
.ym_main_content_container .ym_main_content .ym_pageination {
	display: block;
	background: var(--color-purple-light);
	padding: 0 20px;
	height: 45px;
	margin-top: 50px;
	position: relative;
}
.ym_main_content_container .ym_main_content .ym_pageination.centered {
	display: block;
	text-align: center;
}
.ym_main_content_container .ym_main_content .ym_pageination .ym_next_page,
.ym_pageination .next.page-numbers {
	float: right;
	width: auto;
}
.ym_main_content_container .ym_main_content .ym_pageination a,
.ym_main_content_container .ym_main_content .ym_pageination span {
	line-height: 45px;
	margin: 0 5px;
	color: var(--color-purple);
	text-decoration: none;
	font-size: 14px;
	font-weight: var(--light);
	display: inline-block;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	transition: all 0.3s ease-in-out;
	width: auto;
	height: 45px;
	text-align: center;
	overflow: unset;
	box-shadow: none;
}
.ym_main_content_container .ym_main_content .ym_pageination.centered a {
	text-align: center;
	margin: 0 auto;
	width: auto;
}
.ym_main_content_container .ym_main_content .ym_pageination a:hover {
	font-weight: var(--extra-bold);
	border-bottom: 3px solid var(--color-purple);
}
.ym_main_content_container .ym_main_content .ym_pageination a.ym_prev_page,
.ym_main_content_container .ym_main_content .ym_pageination a.ym_next_page {
	font-weight: var(--regular);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.ym_main_content_container
	.ym_main_content
	.ym_pageination
	a.ym_prev_page::before {
	content: "< ";
}
.ym_main_content_container
	.ym_main_content
	.ym_pageination
	a.ym_next_page::after {
	content: " >";
}

/* sidebar */

aside {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	display: block;
	position: sticky;
	position: -webkit-sticky;
	top: 120px;
	bottom: 20px;
}
body.logged-in aside {
	top: 152px;
}
.ym_show_mobile h2 {
	text-align: center;
}

aside ol,
.ym_show_mobile ol {
	counter-reset: counter;
	list-style: none;
	padding-left: 0;
	margin: 0 0 3rem;
}
aside ol li a,
.ym_show_mobile ol li a {
	counter-increment: counter;
	display: block;
	padding: 1rem 0 0 1.5rem;
	color: var(--color-blue);
	font-size: 18px;
	font-weight: var(--regular);
	line-height: 28px;
	position: relative;
}
aside ol li a:before,
.ym_show_mobile ol li a:before {
	content: counter(counter);
	color: white;
	font-size: 10px;
	font-weight: var(--semi-bold);
	line-height: 16px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--main-color);
	position: absolute;
	top: 1.4rem;
	left: 0;
	text-align: center;
}
aside ol li a:hover,
.ym_show_mobile ol li a:hover {
	font-weight: var(--bold);
	color: var(--color-purple);
}

aside ol li a:hover::before,
.ym_show_mobile ol li a:hover::before {
	background: var(--color-purple);
}

aside .ym_subscribe_panel,
.ym_show_mobile.ym_subscribe_panel {
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 475px;
}

aside .ym_subscribe_panel h2,
.ym_show_mobile.ym_subscribe_panel h2 {
	color: white;
	padding: 50px 45px 0 45px;
	font-size: 32px;
	font-weight: var(--medium);
	line-height: 44px;
	text-transform: unset;
}
aside .ym_subscribe_panel h3,
.ym_show_mobile.ym_subscribe_panel h3 {
	color: white;
	padding: 50px 45px 0 45px;
	font-size: 14px;
	font-weight: var(--extra-bold);
	line-height: 32px;
}

aside .ym_subscribe_panel p,
.ym_show_mobile.ym_subscribe_panel p {
	color: white;
	padding: 0 45px;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}
aside .ym_subscribe_panel form input,
.ym_show_mobile.ym_subscribe_panel form input {
	width: calc(100% - 90px);
	height: 40px;
	border-radius: 6px;
	margin: 10px 45px;
	padding: 10px;
	border: none;
	color: var(--color-purple);
	font-size: 16px;
	font-weight: var(--light);
}
aside .ym_subscribe_panel form input[type="submit"],
.ym_show_mobile.ym_subscribe_panel form input[type="submit"] {
	background: white;
	font-size: 16px;
	font-weight: var(--extra-bold);
	color: var(--color-blue);
	border: none;
	margin-bottom: 30px;
}
aside .ym_subscribe_panel form input[type="submit"]:hover,
.ym_show_mobile.ym_subscribe_panel form input[type="submit"]:hover {
	background: var(--color-purple);
	color: white;
}

aside .ym_info_panel,
.ym_show_mobile.ym_info_panel {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 50px 45px 30px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 545px;
}
aside .ym_info_panel h2,
.ym_show_mobile.ym_info_panel h2 {
	color: white;
	font-size: 32px;
	font-weight: var(--medium);
	line-height: 44px;
	text-transform: unset;
	margin-top: 175px;
}
aside .ym_info_panel div,
.ym_show_mobile.ym_info_panel div {
	width: 100%;
}
aside .ym_info_panel div h3,
.ym_show_mobile.ym_info_panel div h3 {
	color: white;
	font-size: 14px;
	font-weight: var(--extra-bold);
	line-height: 32px;
}
aside .ym_info_panel div p,
.ym_show_mobile.ym_info_panel div p {
	color: white;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}

aside .ym_podcast_panel,
.ym_show_mobile.ym_podcast_panel {
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 50px 45px 30px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 475px;
}
aside .ym_podcast_panel img,
.ym_show_mobile.ym_podcast_panel img {
	width: 100%;
	height: 175px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 6px;
	overflow: hidden;
}
aside .ym_podcast_panel h3,
.ym_show_mobile.ym_podcast_panel h3 {
	color: white;
	font-size: 14px;
	font-weight: var(--extra-bold);
	line-height: 32px;
}
.podcast_wrap {
	text-align: center;
}
.podcast_wrap h2 {
	color: white;
	font-size: 26px;
	font-weight: var(--medium);
	line-height: 44px;
	text-transform: unset;
	margin-top: 150px;
}
.ym_full_subscribe {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	overflow: hidden;
	z-index: 1;
	gap: 20px;
}
.ym_full_subscribe::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.ym_full_subscribe div {
	position: relative;
	z-index: 3;
	flex-shrink: 1;
}

.ym_full_subscribe form {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 20px;
}

.ym_full_subscribe h2 {
	color: white;
	font-size: 32px;
	font-weight: var(--medium);
	line-height: 44px;
	text-transform: unset;
}
.ym_full_subscribe p {
	color: white;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}

.ym_full_subscribe form input {
	min-width: 250px;
	height: 55px;
	border-radius: 6px;
	line-height: 55px;
	color: var(--main-color);
	font-size: 16px;
	font-weight: var(--light);
	background: white;
	border: none;
	display: inline-block;
	padding: 0 20px;
}
.ym_full_subscribe form .ym_button_white {
	background-color: white;
	color: var(--color-blue);
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 140px;
}

.ym_full_subscribe_modal {
	position: relative;
	width: 100%;
	padding: 45px 45px;
	justify-content: space-between;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
}
.ym_full_subscribe_modal form {
	position: relative;
	z-index: 3;
}

.ym_full_subscribe_modal h2 {
	color: white;
	font-size: 32px;
	font-weight: var(--medium);
	line-height: 44px;
	text-transform: unset;
}
.ym_full_subscribe_modal p {
	color: white;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}

.ym_full_subscribe_modal form input {
	height: 55px;
	border-radius: 6px;
	line-height: 55px;
	color: var(--main-color);
	font-size: 16px;
	font-weight: var(--light);
	background: white;
	border: none;
	display: block;
	padding: 0 20px;
	width: 100%;
}
.ym_full_subscribe_modal form .ym_button_white {
	background-color: white;
	color: var(--color-blue);
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	width: 100%;
}

/* footer */

.ym_footer_main {
	background: linear-gradient(
		115deg,
		rgba(77, 47, 230, 1) 0%,
		rgba(101, 67, 203, 1) 100%
	);
	margin-top: 50px;
	padding: 65px 0 1.5rem;
}
.ym_footer_logo {
	width: 150px;
	text-align: center;
}
.ym_footer_logo img {
	width: 80px;
	margin: auto;
}
.ym_footer_main .ym_footer_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.ym_footer_main .ym_footer_nav nav ul {
	display: flex;
	gap: 125px;
	list-style: none;
	padding: 0;
}
.ym_footer_main .ym_footer_nav nav ul li ul {
	display: flex;
	flex-direction: column;
	gap: unset;
}
.ym_footer_main .ym_footer_nav nav ul li a {
	color: white;
	font-size: 16px;
	font-weight: var(--semi-bold);
	line-height: 32px;
}
.ym_footer_main .ym_footer_nav nav ul li span {
	color: white;
	font-size: 16px;
	font-weight: var(--semi-bold);
	line-height: 32px;
}
.ym_footer_main .ym_footer_nav nav ul li ul li a {
	color: white;
	font-size: 16px;
	font-weight: var(--light);
}
.ym_footer_main .ym_footer_nav nav ul li ul li a:hover {
	font-weight: 400;
}

footer .ym_bottom_bar .ym_social_icons {
	display: flex;
	align-items: center;
	gap: 10px;
}
footer .ym_bottom_bar .ym_social_icons a {
	color: white;
	font-size: 18px;
	margin-right: 1rem;
}
footer .ym_bottom_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

footer .ym_bottom_bar .ym_copyright {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
footer .ym_bottom_bar .ym_copyright p {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}
footer .ym_bottom_bar .ym_copyright p a {
	color: white;
	font-size: 14px;
	font-weight: var(--light);
	line-height: 22px;
}
footer .ym_bottom_bar .ym_copyright p a:hover {
	text-decoration: underline;
}

/* Landing Hero */

.ym_hero form {
	display: flex;
	gap: 0;
	width: 100%;
	border: 1px solid var(--color-purple);
	border-radius: 5px;
	margin-top: 20px;
}
.ym_hero form input {
	width: 100%;
	height: 55px;
	border: none;
	outline: none;
	padding: 5px;
	border-radius: 5px;
	color: var(--color-purple);
}

.ym_hero form input[type="submit"] {
	flex-shrink: 1;
	margin: 0;
	width: 100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: var(--color-purple);
	color: white;
	font-weight: var(--extra-bold);
	height: 55px;
}
.ym_hero form input[type="submit"]:hover {
	background-color: var(--color-purple-dark);
	color: white;
}
.ym_hero form input[type="email"] {
	flex-shrink: 0;
	max-width: 415px;
}

.ym_hero h1 {
	font-size: 38px;
	font-weight: var(--extra-bold);
	line-height: 48px;
	color: var(--color-purple);
}

.ym_hero .ym_arrow_link {
	margin-top: 20px;
	display: block;
}

.ym_hero img {
	width: 100%;
	height: 550px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right;
	object-position: right;
}

.ym_landing img {
	max-width: 100%;
	height: 660px !important;
}
.ym_landing_content {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.ym_landing_content_inner {
	width: 100%;
}

/* Landing Header */

.ym_landing_header {
	/* background-color: #F8F6FF;
    border-bottom: 3px solid var(--color-purple); */
}

.ym_twitter_mentions h2 {
	font-size: 21px;
	font-weight: var(--medium);
	line-height: 46px;
	color: var(--color-text);
	text-align: center;
	margin-bottom: 40px;
}
.ym_twitter_mentions .ym_grid {
	display: flex;
	gap: 15px;
	width: 100%;
}

.ym_twitter_mentions .ym_grid .ym_card {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 15px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 45px;
	border: 1px solid var(--color-purple);
	row-gap: 30px;
}

.ym_twitter_mentions .ym_grid .ym_card img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	place-self: center;
}
.ym_twitter_mentions .ym_grid .ym_card h3 {
	font-size: 16px;
	font-weight: var(--medium);
	line-height: 30px;
	color: var(--color-purple);
	margin: 0;
	padding: 0;
}
.ym_twitter_mentions .ym_grid .ym_card .ym_card_content {
	place-self: center;
}
.ym_twitter_mentions .ym_grid .ym_card p {
	grid-column: 1/-1;
	place-self: center;
	margin: 0;
}

/* landing footer */

.ym_landing_footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 75px;
	margin-top: 40px;
}

.ym_landing_footer a {
	color: var(--color-purple);
	font-size: 14px;
	font-weight: var(--regular);
	line-height: 20px;
}
.ym_landing_footer p,
.ym_landing_footer p a {
	color: var(--color-purple);
	font-size: 14px;
	font-weight: var(--light);
	line-height: 20px;
	margin: 0;
}
.ym_landing_footer p a {
	text-decoration: underline;
}
.ym_landing_footer a:hover {
	font-weight: 600;
}

.ym_main_content_container .ym_main_content .ym_rundown {
	box-shadow: none;
}
.ym_main_content_container .ym_main_content .ym_rundown img {
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 350px;
	max-height: 100px;
}

.ym_main_content_container .ym_main_content .ym_rundown h4 {
	margin-top: 65px;
}
.ym_main_content_container .ym_main_content .ym_rundown p.ym_top_rundown {
	line-height: 36px;
	font-size: 21px;
}

.ym_main_content_container .ym_main_content .ym_rundown h5 {
	color: var(--color-purple);
	font-size: 16px;
	font-weight: var(--bold);
	line-height: 32px;
}
.ym_main_content_container .ym_main_content .ym_rundown h5::before {
	content: "\2022";
	padding-right: 10px;
}
.ym_main_content_container .ym_main_content .ym_rundown p {
	font-weight: var(--regular);
	line-height: 32px;
	color: var(--color-blue);
	font-size: 16px;
}

.ym_main_content_container .ym_main_content .ym_article_container article {
	box-shadow: none;
	position: relative;
}
/*.ym_main_content_container .ym_main_content .ym_article_container article::after {
    margin: 75px 0;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--color-purple);
    opacity: 19%;
}*/
.ym_main_content_container .ym_main_content .ym_article_container img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 1rem 0;
}
.ym_main_content_container .ym_main_content .ym_article_container .ym_video {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	margin: 0 0 2rem;
}
.ym_main_content_container
	.ym_main_content
	.ym_article_container
	.ym_video
	iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ym_main_content_container .ym_main_content .ym_article_container .ym_audio {
	margin: 0 0 2rem;
}
.ym_main_content_container
	.ym_main_content
	.ym_article_container
	.ym_audio
	iframe {
	width: 100%;
}
.ym_main_content_container .ym_main_content .ym_divider {
	margin: 0;
}
.ym_main_content_container .ym_main_content .ym_article_container p a,
.ym_main_content_container .ym_main_content .ym_article_container ul a {
	color: var(--color-purple);
}
.ym_main_content_container .ym_main_content .ym_article_container p a:hover,
.ym_main_content_container .ym_main_content .ym_article_container ul a:hover {
	color: var(--color-purple-dark);
	font-weight: 600;
}

.ym_main_content_container .ym_main_content .ym_article_container article img {
	margin: 10px 0;
	max-width: 100%;
	max-height: 330px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 5px;
	overflow: hidden;
}

.ym_main_content_container .ym_main_content .ym_article_container article h2 {
	font-weight: var(--medium);
	line-height: 41px;
	font-size: 28px;
	color: var(--color-blue);
	text-transform: none;
}
.ym_main_content_container .ym_main_content .ym_article_container article h3 {
	font-weight: var(--extra-bold);
	line-height: 32px;
	font-size: 21px;
	color: var(--color-blue);
	text-transform: none;
	padding: 0;
	margin: 10px 0;
}

.ym_main_content_container .ym_main_content .ym_article_container article p {
	color: var(--color-blue);
	font-size: 16px;
	line-height: 26px;
	font-weight: var(--regular);
}

.ym_main_content_container
	.ym_main_content
	.ym_article_container
	article
	.ym_share_button_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.ym_main_content_container
	.ym_main_content
	.ym_article_container
	article
	.ym_share_button_container
	a {
}

.ym_main_content_container
	.ym_main_content
	.ym_article_container
	article
	.ym_share_button_container
	a
	img {
	height: 20px;
	width: 20px;
	-o-object-fit: contain;
	object-fit: contain;
}

.ym_subscribe {
	padding: 50px 100px;
	background-color: #24249e;
	color: white;
	text-align: center;
	background: url(./public/img/background-clip.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	box-shadow: 0 0 10px rgba(79, 34, 230, 0.11);
	margin-top: 100px;
	border-radius: 5px;
}

.ym_subscribe h2 {
	color: white;
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 41px;
}
.ym_subscribe p {
	color: white;
	font-size: 14px;
	line-height: 22px;
	font-weight: var(--light);
}
.ym_subscribe form {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 15px;
	margin-top: 100px;
}
.ym_subscribe form input {
	border: 1px solid var(--color-purple);
	border-radius: 5px;
	padding: 10px;
	accent-color: var(--color-purple);
	color: var(--color-purple);
	font-size: 16px;
	font-weight: var(--light);
	line-height: 32px;
}

.ym_newsletters {
	margin-top: 100px;
	row-gap: 25px;
}
.ym_main_content_container
	.ym_main_content
	.ym_article_container
	.ym_newsletters
	article {
	box-shadow: 0 0 10px rgba(79, 34, 230, 0.11);
}
.ym_main_content_container
	.ym_main_content
	.ym_article_container
	.ym_newsletters
	article
	h3 {
	padding: 0 35px;
	margin-bottom: 50px;
}
.ym_main_content_container
	.ym_main_content
	.ym_article_container
	.ym_newsletters
	article::after {
	display: none;
}

.ym_latest_article h1 {
	font-weight: var(--extra-bold);
	font-size: 32px;
	line-height: 48px;
	color: #180b45;
	text-align: center;
}

.ym_latest_article p {
	font-weight: var(--light);
	font-size: 14px;
	line-height: 32px;
	color: var(--color-purple);
	text-align: center;
}
.ym_latest_article p span {
	font-weight: var(--medium);
}

.ym_text_hero {
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}
.ym_text_hero h1 {
	font-weight: var(--extra-bold);
	font-size: 32px;
	line-height: 48px;
	color: var(--main-color);
	text-align: center;
}
.ym_text_hero h2 {
	font-weight: var(--extra-bold);
	font-size: 21px;
	line-height: 32px;
	color: var(--main-color);
	text-align: center;
	text-transform: unset;
}
.ym_text_hero p {
	font-weight: var(--light);
	font-size: 16px;
	line-height: 28px;
	color: var(--color-text);
	text-align: center;
}

.ym_text_hero_wide {
	max-width: 900px;
	margin: 0 auto;
	display: block;
}

.ym_text_hero_wide img {
	max-width: 100%;
}

.ym_text_hero_wide h1 {
	font-weight: var(--extra-bold);
	font-size: 32px;
	line-height: 48px;
	color: #180b45;
	text-align: center;
	margin-top: 30px;
}
.ym_text_hero_wide h2 {
	font-weight: var(--extra-bold);
	font-size: 21px;
	line-height: 32px;
	color: var(--main-color);
	text-align: center;
	text-transform: unset;
}
.ym_text_hero_wide p {
	font-weight: var(--light);
	font-size: 16px;
	line-height: 32px;
	color: var(--color-text);
	text-align: center;
}

.ym_text_hero_wide ol {
	margin-top: 30px;
	font-weight: var(--light) !important;
	font-size: 16px !important;
	line-height: 32px !important;
	color: var(--color-text) !important;
}

.ym_text_hero_wide ol li {
	margin-bottom: 15px;
}

.ym_button_container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	margin-top: 50px;
}
.ym_button_container img {
	height: 50px;
}
.ym_price_card_container {
	text-align: center;
}

.ym_money_annual {
	display: none;
}
/*.ym_table #monthly:checked ~ .ym_money_monthly  {
    display: block !important;
}
.ym_table #annual:checked ~ .ym_money_annual {
    display: block !important;;
}*/

.ym_price_card_container h3,
.ym_price_card_container p.ym_money_annual,
.ym_price_card_container p.ym_money_monthly,
.ym_price_card_container div.ym_money_annual,
.ym_price_card_container div.ym_money_monthly {
	display: none;
}
.ym_price_card_container input {
	margin-right: 5px;
}
.ym_price_card_container input:last-of-type {
	margin-left: 50px;
}

.ym_price_card_container input {
	accent-color: var(--color-purple);
}
.ym_price_card_container input:checked + label {
	font-weight: var(--medium);
}
.ym_price_card_container label {
	font-weight: var(--light);
	font-size: 16px;
	line-height: 18px;
	color: var(--color-purple);
}
.ym_price_card_container .ym_card_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 25px;
	padding: 0 10%;
}

.ym_price_card_container .ym_card_container .ym_card {
	border: solid 1px var(--color-purple);
	border-radius: 5px;
	padding: 30px 50px;
	position: relative;
	z-index: 1;
}
.ym_price_card_container .ym_card_container .ym_card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 37%;
	background-color: var(--color-purple-light);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.ym_price_card_container .ym_card_container .ym_card:hover::before {
	height: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ym_price_card_container .ym_card_container .ym_card h2 {
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 42px;
	color: var(--color-purple);
	text-transform: none;
}
.ym_price_card_container .ym_card_container .ym_card p {
	font-weight: var(--regular);
	font-size: 16px;
	line-height: 26px;
	color: var(--color-blue);
	padding-bottom: 20px;
}
.ym_price_card_container .ym_card_container .ym_card h3 {
	font-size: 56px;
	line-height: 60px;
	color: var(--color-blue);
	font-weight: var(--bold);
	margin: 4rem 0 1rem;
}
.ym_price_card_container .ym_card_container .ym_card .ym_button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: transparent;
	border: solid 1px var(--color-purple);
	border-radius: 5px;
	color: var(--color-purple);
	margin: 0 auto;
	padding: 0.5rem 2rem;
	height: auto;
	line-height: 1.75;
	display: inline-block;
}
.ym_price_card_container .ym_card_container .ym_card .ym_button:hover {
	background: var(--color-purple);
	color: white;
}

.ym_purple_background {
	background-color: var(--color-purple-light);
}
.ym_dark_purple_background {
	background-color: var(--color-purple-dark);
}
.ym_table {
	padding: 15px;
	position: relative;
}
.ym_table::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(
		115deg,
		rgba(24, 11, 69, 1) 0%,
		rgba(0, 72, 117, 1) 100%
	);
	height: var(--table-height);

	border-radius: 15px;
}
.ym_table .ym_table_row {
	display: grid;
	grid-template-columns: 2fr 3fr;
	/* gap: 2px;
    margin-bottom: 2px; */
	height: auto;
	position: relative;
	padding-left: 1rem;
}
.ym_table .ym_table_row::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-purple-light);
	opacity: 0.1;
}
.ym_table .ym_table_row:nth-last-child(2)::after {
	display: none;
}
.ym_table .ym_table_row_last::after {
	opacity: 0;
}

.ym_table .ym_table_row > * {
	grid-row: 1;
}
.ym_table .ym_table_row .ym_check_container {
	background: white;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}
.ym_table
	.ym_table_row_header.ym_3
	+ .ym_table_row
	.ym_check_container.pricing::before {
	content: "";
	width: 1px;
	order: 2;
}

.ym_table
	.ym_table_row_header.ym_3
	+ .ym_table_row
	.ym_check_container.pricing
	.ym_check:nth-of-type(1) {
	order: 1;
}
.ym_table
	.ym_table_row_header.ym_3
	+ .ym_table_row
	.ym_check_container.pricing
	.ym_check:nth-of-type(2) {
	order: 3;
}
.ym_table .ym_table_row .ym_check_container::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 60px);
	transform: translateX(-50%);
	height: 1px;
	background: var(--color-purple-light);
}

.ym_table .ym_table_row:nth-last-child(2) .ym_check_container::after {
	visibility: hidden;
}
.ym_table .ym_table_row .ym_check_container .ym_vertical_line {
	width: 1px;
	height: 100%;
	align-self: end;
	background: var(--color-purple-light);
}
.ym_table .ym_table_row:nth-child(3) .ym_check_container {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ym_table .ym_table_row:nth-child(3) .ym_check_container .ym_vertical_line {
	height: calc(100% - 30px);
}
.ym_table .ym_table_row .ym_check_container .ym_check {
	padding: 15px 0;
	display: grid;
	place-items: center;
}

.ym_table .ym_table_row div img {
	width: 25px;
	height: 25px;
}
.ym_table .ym_table_row h4 {
	padding: 0;
	margin: 0;
}
.ym_table h2 {
	text-align: center;
	margin-bottom: 75px;
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 42px;
	color: var(--color-blue);
	text-transform: none;
}
.ym_table .ym_table_row_header {
	margin-bottom: 15px;
	margin-top: 50px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 2px;
	height: auto;
	position: relative;
}
.ym_table .ym_table_row_header h3 {
	font-weight: var(--regular);
	font-size: 24px;
	line-height: 1.5;
	color: #412c82;
	text-align: center;
	padding: 0 1.5rem 1rem;
	vertical-align: bottom;
	align-self: flex-end;
}

.ym_table .ym_table_row h4 {
	color: white;
	font-weight: var(--regular);
	font-size: 16px;
	line-height: 26px;
	align-self: center;
	margin-right: 100px;
	position: relative;
	grid-row: 1;
	grid-column: 1;
	justify-self: start;
}

.ym_table .ym_table_row_last .ym_check_container {
	padding: 30px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ym_table .ym_table_row_last .ym_check_container .ym_vertical_line {
	visibility: hidden;
}
.ym_table .ym_table_row_last a {
	color: var(--color-blue);
	font-weight: var(--extra-bold);
	font-size: 16px;
	width: 100%;
	display: block;
	text-align: center;
	height: 55px;
	padding: 0;
	line-height: 55px;
}
.ym_money_monthly,
.ym_money_annual {
	max-width: 160px;
}
.ym_table .ym_table_row_last .ym_button {
	width: 100%;
	line-height: unset;
	padding: 0;
}
.ym_table .ym_table_row_last .ym_money_monthly,
.ym_table .ym_table_row_last .ym_money_annual {
	width: 125px;
}
.ym_table .ym_table_row_last a:hover {
	color: var(--color-purple);
	text-decoration: underline;
}
.ym_table .ym_table_row_last div {
	border: none;
}

.ym_table .ym_table_row .ym_info_circle {
	position: relative;
	grid-row: 1;
	grid-column: 1;
	justify-self: end;
	align-self: center;
	background-image: url(./public/img/info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 50px;
}
.ym_table .ym_table_row .ym_info_circle card {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(10px, 10px);
	width: 400px;
	height: auto;
	background: white;
	border-radius: 10px;
	padding: 20px;
	border: solid 2px var(--color-purple);
	z-index: 5;
}
.ym_table .ym_table_row .ym_info_circle card::after {
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: var(--color-purple) transparent transparent transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.ym_table .ym_table_row .ym_info_circle card h5 {
	color: var(--color-purple);
	font-size: 14px;
	font-weight: 700;
}
.ym_table .ym_table_row .ym_info_circle card p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.helper_image {
	width: 100% !important;
	height: auto !important;
}
.ym_table .ym_table_row .ym_info_circle:hover {
	background-image: url(./public/img/info-hover.svg);
}
.ym_table .ym_table_row .ym_info_circle:hover card {
	display: block;
}
.ym_newsletter_grid .ym_filter_bar input[type="radio"] {
	display: none;
}
.ym_newsletter_grid .ym_filter_bar input:checked + label {
	color: var(--color-purple);
}
.ym_newsletter_grid .ym_filter_bar label {
	cursor: pointer;
	margin: 10px 20px 10px 0;
}
.ym_newsletter_grid section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}
.ym_newsletter_grid section article {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-bottom: 20px;
	place-items: center left;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.ym_newsletter_grid section article img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	aspect-ratio: 1;
}

.ym_newsletter_grid section article card h3 {
	font-size: 18px;
	font-weight: var(--regular);
	line-height: 28px;
	color: var(--color-blue);
}
.ym_newsletter_grid section article card p {
	font-size: 14px;
}
.ym_newsletter_grid section article:hover h3 {
	color: var(--color-purple);
	font-weight: 700;
}

.ym_newsletter_grid section article card .ym_button_container {
	display: none;
}
.ym_newsletter_grid section article card .ym_button_container.show {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	gap: 15px;
}
.hide {
	display: none;
}
.ym_newsletter_grid section .ym_newsletter_item_hidden {
	display: none;
	opacity: 0;
}

.ym_archive_container {
	border-radius: 10px;
	border: 1px solid var(--color-purple);
	overflow: hidden;
}

.ym_archive_container .ym_item {
	width: 100%;
	display: flex;
	padding: 20px 60px;
	align-items: center;
	gap: 30px;
	border: 1px solid rgba(79, 34, 230, 0.14);
}
.ym_archive_container .ym_item .ym_date {
	flex-shrink: 0;
	font-weight: var(--regular);
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	color: #180b45;
}
.ym_archive_container .ym_item h3 {
	font-weight: var(--regular);
	font-size: 14px;
	line-height: 26px;
	color: var(--color-blue);
	padding: 0;
	margin: 0;
}
.ym_archive_container .ym_item:hover {
	background: var(--color-purple-light);
}

.ym_archive_container .ym_item:hover h3,
.ym_archive_container .ym_item:hover .ym_date {
	font-weight: var(--bold);
}
.ym_archive_container .ym_item:hover h3 {
	color: var(--color-purple);
}

.ym_news_list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	cursor: inherit;
	color: var(--color-purple);
	font-weight: var(--regular);
	outline: none;
	height: 43px;
	line-height: 45px;
}
.ym_news_list select option {
	font-size: 14px;
	font-weight: var(--regular);
	color: var(--color-blue);
}

.ym_news_list .select {
	width: 100%;
	min-width: 15ch;
	max-width: 30ch;
	border: 1px solid var(--color-purple);
	border-radius: 0.25em;
	padding: 5px 10px;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1.1;
	background-color: #fff;
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
}
select,
.select::after {
	grid-area: select;
}
.ym_news_list .select::after {
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: var(--color-purple);
	-webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	justify-self: end;
}

.ym_news_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ym_news_list h1 {
	color: #180b45;
	font-weight: var(--extra-bold);
	font-size: 32px;
	line-height: 48px;
	margin: 0;
	height: 48px;
	align-self: center;
}

.ym_news_list form {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 15px;
}
.ym_news_list form label {
	flex-shrink: 0;
	margin: 0;
}
.ym_main_content_container .ym_main_content .ym_news_list article {
	width: 100%;
	display: flex;
	gap: 20px;
	margin-top: 75px;
	box-shadow: none;
	border-bottom: 1px solid var(--color-purple-light);
	padding-bottom: 50px;
	border-radius: 0;
}
.ym_main_content_container .ym_main_content .ym_news_list article a.img_link {
	display: block;
	flex: 0 0 40%;
}
.ym_main_content_container .ym_main_content .ym_news_list article a img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}
.ym_main_content_container .ym_main_content .ym_podcasts article .ym_date {
	text-align: left;
}

.ym_main_content_container .ym_main_content .ym_news_list article .ym_meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ym_main_content_container
	.ym_main_content
	.ym_news_list
	article
	.ym_article_info {
	width: 100%;
	padding: 0.5rem 1rem 0;
}
.ym_article_info .ym_label {
	margin-top: -1rem;
}
.ym_no_posts {
	padding: 2rem 0 0;
}

.ym_image img {
	width: 100%;
	height: 520px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ym_timeline_slider {
	position: relative;
}
.ym_timeline_slider::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: var(--color-purple-light);
	z-index: -1;
}
.ym_timeline_slider .ym_slider_top {
	display: flex;
	gap: 20px;
	overflow-x: hidden;
	padding: 20px;
}
.ym_timeline_slider .ym_slider_top .ym_card:first-child {
	margin-left: calc(((100vw - var(--container-width)) / 2) - 15px);
}
.ym_timeline_slider .ym_slider_top .ym_card:last-child {
	margin-right: calc(((100vw - var(--container-width)) / 2) - 15px);
}
.ym_timeline_slider .ym_slider_top .ym_card {
	width: 400px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: 50px;
	border-radius: 10px;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}
.ym_timeline_slider .ym_slider_top .ym_card p {
	font-size: 16px;
	line-height: 1.75;
}
.ym_timeline_slider .ym_slider_top .ym_card p:last-of-type {
	margin: 0;
}

.ym_timeline_slider .ym_slider_bar {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.ym_timeline_slider .ym_slider_bar input[type="range"] {
	height: 17px;
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]:focus {
	outline: none;
}
.ym_timeline_slider
	.ym_slider_bar
	input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 17px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #ffffff;
	border-radius: 9px;
	border: 0px solid #000000;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-webkit-slider-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 0px solid #000000;
	height: 11px;
	width: 30%;
	border-radius: 6px;
	background: #4f22e6;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: 3px;
}
.ym_timeline_slider
	.ym_slider_bar
	input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #ffffff;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-moz-range-track {
	width: 100%;
	height: 17px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 0px 0px 0px #000000;
	background: #ffffff;
	border-radius: 9px;
	border: 0px solid #000000;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-moz-range-thumb {
	box-shadow: 0px 0px 0px #000000;
	border: 0px solid #000000;
	height: 11px;
	width: 50px;
	border-radius: 6px;
	background: #4f22e6;
	cursor: pointer;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-ms-track {
	width: 100%;
	height: 17px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-ms-fill-lower {
	background: #ffffff;
	border: 0px solid #000000;
	border-radius: 18px;
	box-shadow: 0px 0px 0px #000000;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-ms-fill-upper {
	background: #ffffff;
	border: 0px solid #000000;
	border-radius: 18px;
	box-shadow: 0px 0px 0px #000000;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0px 0px 0px #000000;
	border: 0px solid #000000;
	height: 11px;
	width: 50px;
	border-radius: 6px;
	background: #4f22e6;
	cursor: pointer;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]:focus::-ms-fill-lower {
	background: #ffffff;
}
.ym_timeline_slider .ym_slider_bar input[type="range"]:focus::-ms-fill-upper {
	background: #ffffff;
}
.ym_timeline_slider .ym_slider_bottom {
	padding-bottom: 30px;
	margin-top: 30px;
}

.ym_image_text article {
	width: 100%;
	display: flex;
	padding: 15px 0;
	gap: 15px;
}

.ym_image_text article .ym_text_content {
	width: 50%;
	display: block;
	flex-shrink: 0;
	padding: 0;
	padding-left: 15px;
}

.ym_image_text article .ym_text_content h3 {
	font-weight: var(--extra-bold);
	font-size: 21px;
	line-height: 32px;
}
.ym_image_text article img {
	flex-shrink: 0;
	width: calc(50% - 15px);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ym_image_text article:nth-child(odd) {
	flex-direction: row-reverse;
}
.ym_image_text article:nth-child(odd) .ym_text_content {
	padding-left: 0;
	padding-right: 15px;
}

.ym_image_text_header {
	text-align: center;
	color: var(--color-blue);
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 42px;
	text-transform: none;
	margin-bottom: 30px;
}

.ym_mobile_hamburger,
.ym_mobile_hamburger_close {
	display: none;
}

.ym_center_blue {
	text-align: center;
	color: var(--color-text);
}

.ym_center {
	text-align: center;
}

.ym_show_mobile {
	display: none !important;
}
.ym_show_desktop {
	display: block !important;
}

.ym_podcast_container {
	margin-top: 5rem;
	min-height: 600px;
	height: auto;
}
.ym_podcast_container,
.ym_podcast_container iframe {
	width: 100%;
	max-width: 100%;
}

/* Ticker */
.marquee {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.marquee div {
	padding-top: 3px;
	margin-right: 15px;
}

.marquee .slick-track {
	transform: none !important;
}

.green {
	color: Green;
}
.red {
	color: Red;
}

.ym_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 99999;
	justify-content: center;
	background: rgba(255, 255, 255, 1);
}
.ym_modal.show {
	display: flex;
	-webkit-animation-name: modal-show;
	animation-name: modal-show;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.ym_modal.mhide {
	-webkit-animation-name: modal-hide;
	animation-name: modal-hide;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes modal-show {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes modal-show {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes modal-hide {
	0% {
		opacity: 1;
		transform: translateY(0);
		display: flex;
	}
	99% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 0;
		transform: translateY(100%);
		display: none;
	}
}
@keyframes modal-hide {
	0% {
		opacity: 1;
		transform: translateY(0);
		display: flex;
	}
	99% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 0;
		transform: translateY(100%);
		display: none;
	}
}

.ym_modal .ym_modal_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.ym_modal .ym_modal_top .ym_image img {
	height: 100px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 0;
	box-shadow: none;
}
.ym_modal .ym_modal_center {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	place-items: center;
	margin-bottom: 30px;
}
.ym_modal .ym_modal_bottom {
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	gap: 55px;
	place-items: center;
	border-radius: 25px;
	border: 2px solid #e6d0ff;
	padding-right: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 100px;
}
.ym_modal .ym_modal_bottom .ym_modal_bottom_text {
}
.ym_modal .ym_modal_bottom form {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	gap: 10px;
}
.ym_modal .ym_modal_bottom form input[type="email"] {
	border: 1px solid #e6d0ff;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	font-weight: var(--medium);
	color: var(--color-text);
}
.ym_button_purple {
	background: #9a2dc7;
}
.ym_modal .ym_modal_bottom h2 {
	color: white;
	font-size: 50px;
	font-weight: var(--extra-bold);
	text-shadow: 2px 2px #000000;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 30px;
}
.ym_dont_show_again {
	display: none !important;
}
.ym_modal .ym_modal_bottom .ym_image img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	max-height: 300px;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 60px;
	padding-bottom: 0;
}
.ym_modal .ym_modal_bottom h3 {
	color: #432ace;
}

.ym_article_container h2 {
	margin-bottom: 1.25em !important;
}

#ym_article_container_wrap p,
#ym_article_container_wrap ul,
#ym_article_container_wrap ol {
	color: #000000 !important;
	font-size: 16px !important;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", verdana,
		sans-serif;
	line-height: inherit;
}

#ym_article_container_wrap ol li {
	color: #000000 !important;
	font-size: 16px !important;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", verdana,
		sans-serif;
	line-height: inherit;
}

#ym_article_container_wrap a {
	color: #574cc6 !important;
	font-weight: 700;
}

#ym_article_container_wrap .button.primary {
	color: #fff !important;
}

/*tbody span {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 18px !important;
    color: var(--color-text) !important;
    font-weight: var(--light) !important;
    line-height: 32px !important;
}

tbody a span {
    color: var(--color-purple) !important;
}*/

.ym_chat_button button {
	width: 215px;
	height: 60px;
	display: block;
	background: #36179f;
	border: none;
	border-radius: 25px;
	color: #fff;
	/* box-shadow: 0 4px 6px -1px rgb(54 23 159 / 0.1), 0 2px 4px -2px rgb(54 23 159 / 0.1); */
	animation-name: box-shadow-button;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-direction: alternate;
	transition: all 0.3s;
	font-size: 18px;
}
.ym_chat_button button i {
	margin-right: 8px;
}
.ym_chat_button {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.ym_chat_button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 20px;
}

.ym_chat_modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.ym_chat_modal .chat_modal {
	background-color: white;
	width: 500px;
	height: max-content;
	display: block;
	padding: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 10px;
}
.ym_chat_modal .chat_modal > p.close {
	cursor: pointer;
}
.ym_chat_modal .chat_modal .gform_button {
	background-color: var(--color-purple);
	color: white;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: var(--extra-bold);
	display: block;
	outline: none;
	border: none;
	padding: 0 35px;
}
@keyframes box-shadow-button {
	from {
		box-shadow: 0 0px 15px -3px rgb(54 23 159 / 0.1),
			0 4px 6px -4px rgb(54 23 159 / 0.1);
	}
	to {
		box-shadow: 0 0px 50px -3px rgb(54 23 159 / 0.75);
	}
}

.video_text_under {
	text-align: center;
	margin-top: 15px;
	color: var(--color-purple-dark);
}

/*TESTIMONIALS*/

.center_h1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: var(--medium);
	font-size: 40px;
	line-height: 42px;
	color: var(--color-blue);
	text-transform: none;
	padding-left: 10%;
	padding-right: 10%;
}

.center_h2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: var(--medium);
	font-size: 28px;
	line-height: 42px;
	color: var(--color-blue);
	text-transform: none;
}

.ym_testimonials_bordered .col-md-6 {
	margin: 4rem 0 0;
}
.ym_testimonial_bordered {
	position: relative;
	padding-left: 50px;
	padding-bottom: 3rem;
	height: 100%;
}
.ym_testimonial_bordered p {
	color: black;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
.ym_testimonial_bordered span {
	padding: 0.25rem 1rem;
	border-radius: 10px;
	background: rgba(79, 34, 230, 0.19);
	color: var(--color-purple);
	display: inline-block;
	margin: 2rem 0 0;
	position: absolute;
	bottom: 0;
	left: 50px;
}
.ym_testimonial_border {
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-purple);
}
.ym_testimonial_border::before {
	content: "";
	width: 2px;
	height: 40%;
	top: 0;
	left: 9px;
	position: absolute;
	background: var(--color-purple);
}
.ym_testimonial_border::after {
	content: "";
	width: 2px;
	height: 40%;
	bottom: 0;
	left: 9px;
	position: absolute;
	background: var(--color-purple);
}

.ym_steps_image_container {
	padding: 20px 0;
	border-radius: 20px;
	border: solid 1px var(--color-purple);
}

.ym_steps_image_container > li {
	grid-template-columns: 1fr 2fr;
	column-gap: 20px;
	display: grid;
	margin: 0 20px;
	width: calc(100% - 40px);
}

.ym_steps_image_container > li::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--color-purple);
	margin: 40px 0;
	display: block;
	grid-column: 1 / -1;
	padding: 0 20px;
	box-sizing: content-box;
	margin-left: -20px;
}
.ym_steps_image_container > li:last-of-type::after {
	display: none;
}

.ym_steps_image_container .ym_text_content {
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.ym_steps_image_container .ym_text_content p {
	margin: 0;
}
.ym_steps_image_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ym_steps_image_container .ym_text_content .ym_eyebrow {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.ym_steps_image_container .ym_text_content h3 {
	margin: 0;
	padding: 0;
}
.ym_steps_image_container .ym_text_content li {
	list-style-type: disc;
}

/* landing hero background colors */
.ym_background_dark {
	background-color: var(--color-dark);
}
.ym_background_purple {
	background-color: var(--main-color-light);
}
.ym_background_light {
	background-color: var(--color-purple-light);
}
.ym_background_blue {
	background-color: var(--color-blue);
}

.ym_team_member_list_heading {
	color: white;
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 45px;
}
.ym_team_member_list {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.ym_team_member_list > li {
	display: grid;
	grid-template-columns: 3fr 5fr 2fr;
	gap: 15px;
	margin: 0 95px;
	padding: 20px;
	background-color: #231938;
	border: 1px solid #5f6165;
	border-radius: 10px 100px 100px 10px;
	align-items: center;
	min-height: 177px;
}
.ym_team_member_list > li h3 {
	grid-column: 1;
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	margin: 0;
	color: white;
	text-align: center;
}

.ym_team_member_list > li p {
	grid-column: 2;
	margin: 0;
	font-family: "Fira Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: white;
}

.ym_team_member_list > li picture {
	grid-column: 3;
	width: max-content;
	height: max-content;
	display: block;
	justify-self: end;
}
.ym_team_member_list > li picture img {
	width: 135px;
	height: 135px;
	object-fit: cover;
	display: block;
	overflow: hidden;
	border-radius: 135px;
	border: 3px solid #4f22e6;
}
.ym_testimonial_image_slider {
	width: 100%;
}
.ym_testimonial_image_slider img {
	width: 400px;
	height: auto;
	object-fit: contain;
	margin-right: 20px;
}

.ym_testimonial_image_slider_container {
	display: grid;
	grid-template-columns: 300px auto;
	gap: 15px;
	position: relative;
	margin-left: calc(((100vw - var(--container-width)) / 2) - 15px);
}
.ym_testimonial_image_slider_container section {
	width: calc(100vw - ((((100vw - var(--container-width)) / 2) - 15px)));
	display: block;
}
.ym_testimonial_image_slider {
	width: 100%;
}
.ym_testimonial_image_slider_container .slick-dots {
	position: absolute;
	left: -315px;
	transform: translateX(calc((var(--container-width) / 2) - 50%))
		translateY(100px);
	color: white;

	width: max-content;
	display: block;
}

.ym_testimonial_image_slider_container .slick-dots li button::before {
	color: white;
}
.ym_testimonial_image_slider_container h2 {
	color: white;
	height: max-content;
	width: max-content;
	max-width: 300px;
	display: block;
	place-self: center;
	font-size: 55px;
}
