/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,::after,::before{box-sizing:inherit;padding:0;margin:0}:where(:root){line-height:1.15;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}:where(main){display:block}:where(h1){font-size:2em;margin:.67em 0}:where(p + p){margin-top:1rem}:where(a){background-color:transparent}:where(abbr[title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(code,kbd,samp,pre){font-family:monospace,monospace;font-size:1em}:where(sub,sup){font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(sub){bottom:-.25em}:where(sup){top:-.5em}:where(button,input,optgroup,select,textarea){line-height:inherit;border:1px solid currentColor}:where(button){overflow:visible;text-transform:none}:where(button,[type=button],[type=reset],[type=submit]){-webkit-appearance:button;padding:1px 6px}:where(input){overflow:visible}:where(input,textarea){padding:1px}:where(fieldset){border:1px solid currentColor;margin:0 2px}:where(legend){color:inherit;display:table;max-width:100%;white-space:normal}:where(progress){display:inline-block;vertical-align:baseline}:where(select){text-transform:none}:where(textarea){overflow:auto;vertical-align:top}:where([type=search]){-webkit-appearance:textfield;outline-offset:-2px}:where([type=color]){background:inherit}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-file-upload-button,::-webkit-search-decoration{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}:where(hr){box-sizing:content-box;height:0;color:inherit;overflow:visible}:where(dl,ol,ul){margin:1em 0}:where(ol ol,ol ul,ol dl,ul ol,ul ul,ul dl,dl ol,dl ul,dl dl){margin:0}:where(b,strong){font-weight:bolder}:where(audio,video){display:inline-block}:where(audio):not([controls]){display:none;height:0}:where(img){border:0}:where(svg):not(:root){overflow:hidden}:where(table){text-indent:0;border-color:inherit}:where(details){display:block}:where(dialog){background-color:inherit;border:solid;color:inherit;display:block;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:fit-content}:where(dialog):not([open]){display:none}:where(summary){display:list-item}:where(canvas){display:inline-block}:where(template){display:none}:where([hidden]){display:none}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/











.body-wrapper  {

	
	--container_width: 1392px;
	--dnd_section_padding: 88px 0rem; 

	@media (max-width: 1400px){
		--container_width: 100%;
	}
	

	

	--primary_color: #EEFF00;
	--secondary_color: #0C0C0C;
	--tertiary_color: #5B5EFF;


	--black_color: #000000;
	--white_color: #FFFFFF;


	
	--font_weight_400: 400;
	--font_weight_500: 500;
	--font_weight_600: 600;
	--font_weight_700: 700;

	

	--primary_font: 'Switzer', sans-serif;
	--secondary_font: 'Thunder', sans-serif;
	--tertiary_font: 'PP Editorial New', sans-serif;
	--body_font_family: 'Switzer', sans-serif;


	--h1_color: #000;
	--h1_font_style:  normal;
	--h1_font_weight:  800;
	--h1_font_family: var(--secondary_font);
	--h1_text_decoration:  none;
	--h1_font_size: 150px;
	--h1_text_transform: uppercase;

	--h2_color: #0C0C0C;  
	--h2_font_style:  normal;
	--h2_font_weight:  400;
	--h2_font_family: var(--tertiary_font);
	--h2_font_size: 90px;
	--h2_text_decoration:  none;
	--h2_text_transform: none;

	--h3_color: #000000;
	--h3_font_style:  normal;
	--h3_font_weight:  800;
	--h3_font_family: var(--secondary_font);
	--h3_font_size: 80px;
	--h3_text_decoration:  none;
	--h3_text_transform: uppercase;

	--h4_color: #0C0C0C;
	--h4_font_style:  normal;
	--h4_font_weight: 400;
	--h4_font_family: var(--tertiary_font);
	--h4_font_size: 40px;
	--h4_text_decoration:  none;
	--h4_text_transform: uppercase;

	--h5_color: #0C0C0C;
	--h5_font_style: ;
	--h5_font_weight: 700;
	--h5_font_family: var(--tertiary_font);
	--h5_font_size: 20px;
	--h5_text_decoration:  none;
	--h5_text_transform: none;

	--h6_color: #0C0C0C;
	--h6_font_style: ;
	--h6_font_weight: 700;
	--h6_font_family: var(--tertiary_font);
	--h6_font_size: 20px;
	--h6_text_decoration:  none; 
	--h6_text_transform: none;

	--body_font_color: #000000;
	--body_font_font_family: var(--primary_font);
	--body_font_size: 24px;  

	--anchor_color: #000000;
	--anchor_font_style:  normal;
	--anchor_font_weight:  400;
	--anchor_font_family: ;
	--anchor_text_decoration:  none;

	

	--button_text_decoration: none;
	--button_font_weight: 500;
	--button_font_family: var(--secondary_font);
	--button_font_size: 28px;
	--button_line_height: 90%;

	--button_color: #FFFFFF;
	--button_color_active: rgba(#null, 0.0);

	--button_text_transform: uppercase;
	--button_bg_color: rgba(12, 12, 12, 1.0);
	--button_bg_color_active: rgba(238, 255, 0, 1.0);
	--button_spacing: 33px 31px 14px 33px;

	

	--form_title_font_color: #0C0C0C;

	--form_label_font_color: #0C0C0C;

	--form_help_text_font_color: ;

	--form_field_placeholder_color: rgba(102, 102, 102, 0.5);

	--form_field_font_color: ;
	--form_field_bg_color: rgba(255, 255, 255, 1.0);

	--form_field_border_width: 2px;
	--form_field_border_color: rgba(214, 214, 214, 1.0);

	--form_field_corner_radius: 1px;

	

	--nav_font_color: #0C0C0C;
	--nav_drop_down_font_color: #0C0C0C;
	--nav_drop_down_bg_color: rgba(255, 255, 255, 0.0);

	--header_bg_color: rgba(255, 255, 255, 0.0);

	

	--footer_bg_color: rgba(12, 12, 12, 1.0);
	--footer_font_color: #EEFF00;

	
	
	
	
	
	--spacer_2: 0.2rem;
	
	
	
	
	
	--spacer_4: 0.4rem;
	
	
	
	
	
	--spacer_6: 0.6000000000000001rem;
	
	
	
	
	
	--spacer_8: 0.8rem;
	
	
	
	
	
	--spacer_10: 1.0rem;
	
	
	
	
	
	--spacer_12: 1.2000000000000002rem;
	
	
	
	
	
	--spacer_14: 1.4000000000000001rem;
	
	
	
	
	
	--spacer_16: 1.6rem;
	
	
	
	
	
	--spacer_18: 1.8rem;
	
	
	
	
	
	--spacer_20: 2.0rem;
	
	
	
	
	
	--spacer_22: 2.2rem;
	
	
	
	
	
	--spacer_24: 2.4000000000000004rem;
	
	
	
	
	
	--spacer_26: 2.6rem;
	
	
	
	
	
	--spacer_28: 2.8000000000000003rem;
	
	
	
	
	
	--spacer_30: 3.0rem;
	
	
	
	
	
	--spacer_32: 3.2rem;
	
	
	
	
	
	--spacer_34: 3.4000000000000004rem;
	
	
	
	
	
	--spacer_36: 3.6rem;
	
	
	
	
	
	--spacer_38: 3.8000000000000003rem;
	
	
	
	
	
	--spacer_40: 4.0rem;
	
	
	
	
	
	--spacer_42: 4.2rem;
	
	
	
	
	
	--spacer_44: 4.4rem;
	
	
	
	
	
	--spacer_46: 4.6000000000000005rem;
	
	
	
	
	
	--spacer_48: 4.800000000000001rem;
	
	
	
	
	
	--spacer_50: 5.0rem;
	
	
	
	
	
	--spacer_52: 5.2rem;
	
	
	
	
	
	--spacer_54: 5.4rem;
	
	
	
	
	
	--spacer_56: 5.6000000000000005rem;
	
	
	
	
	
	--spacer_58: 5.800000000000001rem;
	
	
	
	
	
	--spacer_60: 6.0rem;
	
	
	
	
	
	--spacer_62: 6.2rem;
	
	
	
	
	
	--spacer_64: 6.4rem;
	
	
	
	
	
	--spacer_66: 6.6000000000000005rem;
	
	
	
	
	
	--spacer_68: 6.800000000000001rem;
	
	
	
	
	
	--spacer_70: 7.0rem;
	
	
	
	
	
	--spacer_72: 7.2rem;
	
	
	
	
	
	--spacer_74: 7.4rem;
	
	
	
	
	
	--spacer_76: 7.6000000000000005rem;
	
	
	
	
	
	--spacer_78: 7.800000000000001rem;
	
	
	
	
	
	--spacer_80: 8.0rem;
	
	

	
	--font_size_10: 1rem;
	--font_size_12: 1.2rem;
	--font_size_14: 1.4rem;
	--font_size_16: 1.6rem;
	--font_size_18: 1.8rem;
	--font_size_20: 2rem;

	
	--border_radius_8: 8px;
	--border_radius_4: 4px;
	--border_radius_12: 12px;
	--border_radius_round: 50%;

	

	--scroll_behavior: smooth;

	

	--default_timing_function: cubic-bezier(0.44, 0.21, 0, 1); /* ease */

	--default_transition_duration: 0.4s;
	--default_transition: var(--default_transition_duration) var(--default_timing_function);

	--slow_transition_duration: 1s;
	--slow_transition: var(--slow_transition_duration) var(--default_timing_function);

}

@media screen and (prefers-reduced-motion: reduce) {  
	:root {
		--default_transition_duration: 0.001ms;   
	}
	* {
		
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}
:root {
	--container-width: 1392px; /* Largeur totale */
	--total-columns: 12; /* Nombre total de colonnes */
	--gutter-width-pct: 1.428571%; /* Largeur d'une gouttière recalculée */
	--column-width-pct: calc((100% - (var(--gutter-width-pct) * (var(--total-columns) - 1))) / var(--total-columns)); /* Largeur exacte d'une colonne */
}



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

.row-fluid [class*='span'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 0 auto;
	margin-left: var(--gutter-width-pct);
}

.row-fluid [class*='span']:first-child {
	margin-left: 0;
}

.span12.widget-span {
	min-width: 100%;
	max-width: 100%;
}

.row-fluid .span1 { width: var(--column-width-pct); }
.row-fluid .span2 { width: calc(var(--column-width-pct) * 2 + var(--gutter-width-pct)); }
.row-fluid .span3 { width: calc(var(--column-width-pct) * 3 + var(--gutter-width-pct) * 2); }
.row-fluid .span4 { width: calc(var(--column-width-pct) * 4 + var(--gutter-width-pct) * 3); }
.row-fluid .span5 { width: calc(var(--column-width-pct) * 5 + var(--gutter-width-pct) * 4); }
.row-fluid .span6 { width: calc(var(--column-width-pct) * 6 + var(--gutter-width-pct) * 5); }
.row-fluid .span7 { width: calc(var(--column-width-pct) * 7 + var(--gutter-width-pct) * 6); }
.row-fluid .span8 { width: calc(var(--column-width-pct) * 8 + var(--gutter-width-pct) * 7); }
.row-fluid .span9 { width: calc(var(--column-width-pct) * 9 + var(--gutter-width-pct) * 8); }
.row-fluid .span10 { width: calc(var(--column-width-pct) * 10 + var(--gutter-width-pct) * 9); }
.row-fluid .span11 { width: calc(var(--column-width-pct) * 11 + var(--gutter-width-pct) * 10); }
.row-fluid .span12 { width: calc(var(--column-width-pct) * 12 + var(--gutter-width-pct) * 11); }

@media (max-width: 767px) {
	.row-fluid [class*='span'] {
		margin-left: 0;
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
	}
}
.content-wrapper,
.dnd-section > .row-fluid {
	margin: 0 auto;
	min-width: var(--container_width);
	max-width: var(--container_width);
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: var(--dnd_section_padding);
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
	padding: 0;
}

@media screen and (max-width: 1400px) {
	.content-wrapper,
	.dnd-section > .row-fluid {
		padding: 0 20px;
	}
}

@media (max-width: 767px){
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding: 44px 0;
	}
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
	font-family: "Thunder";
	font-weight: 800;
	font-style: normal;
	src: url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-ExtraBoldLC.ttf") format("ttf"), 
		url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-ExtraBoldLC.woff") format("woff");
}

@font-face {
	font-family: "Thunder";
	font-weight: 500;
	font-style: normal;
	src: url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-MediumLC.ttf") format("ttf"),
		url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-MediumLC.woff") format("woff");
}

@font-face {
	font-family: "Thunder";
	font-weight: 400;
	font-style: normal;
	src: url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-LC.ttf") format("ttf"),
		url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Thunder/Thunder-LC.woff") format("woff");
}

@font-face {
	font-family: "PP Editorial New";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/PP%20editorial%20new/PPEditorialNew-Regular.otf") format("opentype"),
}

@font-face {
	font-family: "Switzer";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("https://4508250.fs1.hubspotusercontent-na1.net/hubfs/4508250/ReleevantxMKTV/fonts/Switzer/Switzer-Regular.otf") format("opentype"),
}




* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: var(--scroll_behavior);
	scroll-padding-top: 120px;
}

body {
	
	font: normal normal 400 normal var(--body_font_size, 16px)/var(--body_line_height, 1.5) var(--body_font_family, sans-serif);
	color: var(--body_font_color, #231F20);
	word-break: break-word;
	x	-webkit-tap-highlight-color: transparent;
	transition: opacity var(--default_transition);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	font-size: var(--body_font_size, 16px);
	margin: 0 0 var(--spacer_16);
}

/* Anchors */

a {
	font-weight: var(--anchor_font_weight);
	text-decoration: var(--anchor_text_decoration);
	font-family: var(--anchor_font_family);
	font-style: var( --anchor_font_style);
	color: var(--anchor_color);
	cursor: pointer;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 var(--spacer_20);
}

h1,
.h1 {
	
	font: var( --h1_font_style, normal) normal var(--h1_font_weight, 700) normal var(--h1_font_size, 60px)/var(--h1_line_height, 1.5) var(--h1_font_family, sans-serif);
	color: var(--h1_color, #231F20);
	text-decoration: var(--h1_text_decoration);
	text-transform: var(--h1_text_transform);
	letter-spacing: 1.5px;
	line-height: 110%;

}

h2,
.h2 {
	
	font: var( --h2_font_style, normal) normal var(--h2_font_weight, 700) normal var(--h2_font_size, 60
  px)/var(--h2_line_height, 1.5) var(--h2_font_family, sans-serif);
	color: var(--h2_color, #231F20);
	text-decoration: var(--h2_text_decoration);
	text-transform: var(--h2_text_transform);
	line-height: 89%;
}

h3,
.h3 {
	
	font: var( --h3_font_style, normal) normal var(--h3_font_weight, 700) normal var(--h3_font_size, 36px)/var(--h3_line_height, 1.5) var(--h3_font_family, sans-serif);
	color: var(--h3_color, #231F20);
	text-decoration: var(--h3_text_decoration);
	text-transform: var(--h3_text_transform);
	line-height: 80%; /* 64px */

}

h4,
.h4 {
	
	font: var( --h4_font_style, normal) normal var(--h4_font_weight, 700) normal var(--h4_font_size, 28px)/var(--h4_line_height, 1.5) var(--h4_font_family, sans-serif);
	color: var(--h4_color, #231F20);
	text-decoration: var(--h4_text_decoration);
	text-transform: var(--h4_text_transform);
	line-height: 110%;
}

h5,
.h5 {
	
	font: var( --h5_font_style, normal) normal var(--h5_font_weight, 700) normal var(--h5_font_size, 20px)/var(--h5_line_height, 1.5) var(--h5_font_family, sans-serif);
	color: var(--h5_color, #231F20);
	text-decoration: var(--h5_text_decoration);
	text-transform: var(--h5_text_transform);
}

h6,
.h6 {
	
	font: var( --h6_font_style, normal) normal var(--h6_font_weight, 700) normal var(--h6_font_size, 16px)/var(--h6_line_height, 1.5) var(--h6_font_family, sans-serif);
	color: var(--h6_color, #231F20);
	text-decoration: var(--h6_text_decoration);
	text-transform: var(--h6_text_transform);
}

/* Lists */

ul,
ol {
	margin: 0 0 var(--spacer_16);
	padding-left: var(--spacer_20);
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul li::marker,
ol li:before {
	color: var(--gold_color);
}

ul.no-list,
ul.semantic-list,
ol.semantic-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Code blocks */

pre {
	overflow: auto;
}

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	border-left-color: var(--secondary_color);
	margin: 0 0 var(--spacer_16);
	padding-left: var(--spacer_8);
}

/* Horizontal rules */

hr {
	border: none;
	border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
	font-size: 1rem;
	word-break: normal;
	display: block;
	max-width: 100%;
	height: auto;
}


@media (max-width: 480px){
	h1, .h1{
		font-size: 80px;
	}

	h2, .h2{
		font-size: 44px;
	}

	h3, .h3{
		font-size: 40px;
	}

	h4, .h4{
		font-size: 32px;
	}

	p{
		font-size: 19px;
	}
}
/**** BUTTON PUSH *****/


.button_mask.button-push {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	vertical-align: baseline;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: inline-block;
	overflow: hidden
}

.button-push .button_wrapper {
	flex-flow: column;
	transition: transform .2s;
	display: flex;
	position: relative;
	transform: translate(0);
	color: var(--black_color);
}

.button-push .button_wrapper:hover {
	transform: translate(-8px, -8px);
}

.button-push .button_left-border {
	z-index: 5;
	flex-flow: column;
	width: 16px;
	display: flex;
	position: absolute;
	inset: 0% auto 0% 0%;
}

.button-push .button_top-border {
	z-index: 5;
	height: 16px;
	display: flex;
	position: absolute;
	inset: 0% 0% auto;
}

.button-push .button_triangle {
	object-fit: fill;
	border-style: solid;
	border-width: 8.5px;
	border-bottom-color: #0000;
	border-left-color: #0000;
	border-right-color: inherit;
	border-top-color: inherit;
	width: 0;
	height: 0;
}

.button-push .button_triangle.is-bottom {
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: inherit;
	border-bottom-color: inherit;
}

.button-push .button_fill {
	background-color: var(--black_color);
	flex: 1;
	width: auto;
}

.button-push .button_main {
	font-family: var(--button_font_family);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--black_color);
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: var(--black_color);
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: var(--black_color);
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: var(--black_color);
	background-color: var(--black_color);
	color: var(--white_color);
	text-align: center;
	text-transform: uppercase;
	transform-style: flat;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	margin-left: 16px;
	padding: 1.125rem 1.125rem .875rem 1.33333rem;
	font-size:28px;
	font-weight: 500;
	line-height: .9;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: ease;
	display: inline-flex;
	position: relative;
}

header .button-push .button_left-border,
.blog-post-text .button-push .button_left-border{
	width: 8px;
}
header .button-push .button_top-border,
.blog-post-text .button-push .button_top-border{
	height: 8px;
}
header .button-push .button_main,
.blog-post-text .button-push .button_main{
	margin-top: 8px;
	margin-left: 8px;
	padding: .875rem .625rem .5rem .875rem;
	font-size: 20px;
}
header .button-push .button_triangle,
.blog-post-text .button-push .button_triangle{
	border-width: 4.5px;
}


header.scrolled .button-push .button_wrapper {
	color: var(--white_color);
}
header.scrolled .button-push .button_fill,
header.scrolled .button-push .button_fill{
	background-color: var(--white_color);
}
header.scrolled .button-push .button_main {
	border-top-color: var(--white_color);
	border-right-color: var(--white_color);
	border-bottom-color: var(--white_color);
	border-left-color: var(--white_color);
	background-color: var(--white_color);
	color: var(--black_color);
}


/****** BUTTON PUSH WHITE ******/

.button_mask.white-btn {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	vertical-align: baseline;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: inline-block;
	overflow: hidden
}

.white-btn .button_wrapper {
	flex-flow: column;
	transition: transform .2s;
	display: flex;
	position: relative;
	transform: translate(0);
	color: var(--black_color);
}

.white-btn .button_wrapper:hover {
	transform: translate(-8px, -8px);
}

.white-btn .button_left-border {
	z-index: 5;
	flex-flow: column;
	width: 16px;
	display: flex;
	position: absolute;
	inset: 0% auto 0% 0%;
}

.white-btn .button_top-border {
	z-index: 5;
	height: 16px;
	display: flex;
	position: absolute;
	inset: 0% 0% auto;
}

.white-btn .button_triangle {
	object-fit: fill;
	border-style: solid;
	border-width: 8.5px;
	border-bottom-color: #0000;
	border-left-color: #0000;
	border-right-color: inherit;
	border-top-color: inherit;
	width: 0;
	height: 0;
}

.white-btn .button_triangle.is-bottom {
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: inherit;
	border-bottom-color: inherit;
}

.white-btn .button_fill {
	background-color: var(--black_color);
	flex: 1;
	width: auto;
}

.white-btn .button_main {
	font-family: var(--button_font_family);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--black_color);
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: var(--black_color);
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: var(--black_color);
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: var(--black_color);
	background-color: var(--black_color);
	color: var(--white_color);
	text-align: center;
	text-transform: uppercase;
	transform-style: flat;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	margin-left: 16px;
	padding: 1.125rem 1.125rem .875rem 1.33333rem;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: .9;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: ease;
	display: inline-flex;
	position: relative;
}

/*************************************/


/**** SIMPLE BUTTON ****/

.simple-button,
a.simple-button,
.simple-button a{
	border: 0;
	color: var(--black_color);
	cursor: pointer;
	display: inline-block;
	font-family: var(--button_font_family);
	font-size: var(--button_font_size);
	font-weight: var(--button_font_weight);
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: var(--button_text_transform);
	transition: all var(--default_transition);
	white-space: normal;
}

.simple-button-yellow,
a.simple-button-yellow,
.simple-button-yellow a{
	border: 0;
	color: var(--primary_color);
	cursor: pointer;
	display: inline-block;
	font-family: var(--button_font_family);
	font-size: var(--button_font_size);
	font-weight: var(--button_font_weight);
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-transform: var(--button_text_transform);
	transition: all var(--default_transition);
	white-space: normal;
}


header .button_mask.simple-button,
header .button_mask.simple-button-yellow{
	transform: translateY(3px);
}


/**** YELLOW ****/

.button_mask.yellow-btn {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	vertical-align: baseline;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: inline-block;
	overflow: hidden
}

.yellow-btn .button_wrapper {
	flex-flow: column;
	transition: transform .2s;
	display: flex;
	position: relative;
	transform: translate(0);
	color: var(--primary_color);
}

.yellow-btn .button_wrapper:hover {
	transform: translate(-8px, -8px);
}

.yellow-btn .button_left-border {
	z-index: 5;
	flex-flow: column;
	width: 16px;
	display: flex;
	position: absolute;
	inset: 0% auto 0% 0%;
}

.yellow-btn .button_top-border {
	z-index: 5;
	height: 16px;
	display: flex;
	position: absolute;
	inset: 0% 0% auto;
}

.yellow-btn .button_triangle {
	object-fit: fill;
	border-style: solid;
	border-width: 8.5px;
	border-bottom-color: #0000;
	border-left-color: #0000;
	border-right-color: inherit;
	border-top-color: inherit;
	width: 0;
	height: 0;
}

.yellow-btn .button_triangle.is-bottom {
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: inherit;
	border-bottom-color: inherit;
}

.yellow-btn .button_fill {
	background-color: var(--primary_color);
	flex: 1;
	width: auto;
}

.yellow-btn .button_main {
	font-family: var(--button_font_family);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--primary_color);
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: var(--primary_color);
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: var(--primary_color);
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: var(--primary_color);
	background-color: var(--primary_color);
	color: var(--black_color);
	text-align: center;
	text-transform: uppercase;
	transform-style: flat;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	margin-left: 16px;
	padding: 1.125rem 1.125rem .875rem 1.33333rem;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: .9;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: ease;
	display: inline-flex;
	position: relative;
}



header .yellow-btn .button_left-border{
	width: 8px;
}
header .yellow-btn .button_top-border {
	height: 8px;
}
header .yellow-btn .button_main {
	margin-top: 8px;
	margin-left: 8px;
	padding: .875rem .625rem .5rem .875rem;
	font-size: 20px;
}
header .yellow-btn .button_triangle {
	border-width: 4.5px;
}


header.scrolled .yellow-btn .button_wrapper {
	color: var(--white_color);
}
header.scrolled .yellow-btn .button_fill,
header.scrolled .yellow-btn .button_fill{
	background-color: var(--white_color);
}
header.scrolled .yellow-btn .button_main {
	border-top-color: var(--white_color);
	border-right-color: var(--white_color);
	border-bottom-color: var(--white_color);
	border-left-color: var(--white_color);
	background-color: var(--white_color);
	color: var(--black_color);
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
	background: none;
	border: none;
	border-radius: 0;
	color: initial;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
	padding: 0;
}

.header{
	width: 100%;
	position: fixed;
	z-index: 1000;
}


/*** MENU SCROLLED ***/

.header.scrolled{
	background-color: var(--black_color);
}

.header.scrolled .header__logo.header__logo--main,
.header__logo.header__logo--main.scrolled{
	display:none;
}

.header.scrolled .header__logo.header__logo--main.scrolled{
	display:block;
}

.hs-blog-post header.scrolled .menu .menu__item--depth-1 a{
	color: var(--white_color);
}

.header .simple-button a,
.hs-blog-post header .module--button a.simple-button,
.hs-blog-post header .module--button .simple-button-yellow a{
	font-size: 20px;
}

.header.scrolled a.simple-button,
.header.scrolled .simple-button a,
.header.scrolled .simple-button-yellow a{
	color: var(--white_color);
}

.header.scrolled a.button,
.header.scrolled .button a{
	color: var(--black_color);
	background: var(--white_color);
}


/* Header container */

.header__column{
	display: flex;
	flex-flow: row;
	width: 100%;
	align-items: center;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
}

.header__container {
	display: flex;
	justify-content: space-between;
	padding: 14px 20px 9px 20px;
}

.header__row-1 {
	margin-right: auto;
	margin-left: auto;
}

.header__row-1,
.header__row-2 {
	display: block;
	width: fit-content;
}

.header__row-2--inner{
	display: flex; 
	flex-flow: row wrap;
	gap: 14px;
	justify-content: flex-end;
}

.menu-toggle{
	display: none;
	color: var(--primary_color);
}



@media (max-width: 1024px) {
	.header__column{
		justify-content: flex-start;
		transition: all .3s ease-in-out;
		min-height: 0;
	}

	.header .header__logo.header__logo--main{
		display:none;
	}

	.header .header__logo.header__logo--main.scrolled{
		display:block;
	}

	.header__row-1 {
		padding-top: 0;
	}

	.header__row-2 {
		justify-content: center;
		padding: 1.05rem;
	}

	.header__row-2--inner{
		flex-flow: column;
		text-align: center;
		margin-top: 36px;
	}
	.header__row-2--inner .yellow-btn .button_main,
	.header__row-2--inner .button-push .button_main {
		border: 1px solid var(--primary_color);
		background-color: var(--primary_color);
		color: var(--black_color);
	}
	.header__row-2--inner .yellow-btn .button_wrapper,
	.header__row-2--inner .button-push .button_wrapper {
		color: var(--primary_color);
	}
	.header__row-2--inner .yellow-btn .button_fill,
	.header__row-2--inner .button-push .button_fill {
		background-color: var(--primary_color);
	}
}

/* Navigation skipper */

.header__skip {
	height: 1px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: -1000px;
	width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
	height: auto;
	left: 0;
	overflow: visible;
	top: 0;
	width: auto;
}

/* Logo */

.header__logo {
	align-items: center;
	display: flex;
	height: auto;
	max-width: 200px;
	overflow: hidden;
}


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

.header__logo .logo-company-name {
	font-size: 1.167rem;
	margin-top: 0.7rem;
}

.header__logo--main {
	min-width: 215px;
	max-width: 215px;
}



/* Language switcher */

.header .lang_list_class{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: unset;
	transform: unset;
	text-align: center;
	z-index: 100;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header .globe_class { 
	user-select: none; 
	background: transparent; 
	width: 100%; 
	height: auto;  
	border-radius: 0; 
	position: relative;
}

.header .lang_list_class li {
	position: relative;
	line-height: 1;
	padding: 0;
	background-color: unset;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
}

.header .lang_list_class li a {
	font-size: 0;
	position: relative;
}

.header .lang_list_class li a.lang_switcher_link:before {
	font-family: var(--secondary_font);
	content: attr(data-language);
	position: absolute;
	top: -3px;
	left: -7px;
	font-size: 18px;
	text-transform: uppercase;
	z-index: 5;
	font-weight: 500;
	color: #00000066;
}

.hs-blog-post .header .lang_list_class li a.lang_switcher_link:before{
	color: #EEFF0066;
}

.header.scrolled .lang_list_class li a.lang_switcher_link:before{
	color: #ffffff66;
}

.header .globe_class .current{
	color: #000000;
	font-family: var(--secondary_font);
	font-size: 18px;
	font-weight: 500;
	text-transform : uppercase;
}

.hs-blog-post .header .globe_class .current,
.hs-blog-post .header .globe_class a{
	color: var(--primary_color);
}

.header.scrolled .globe_class .current,
.hs-blog-post .header.scrolled .globe_class .current{
	color: #ffffff;
}

.header.scrolled .lang_list_class li a.lang_switcher_link:hover:before{
	color: #ffffff;
}

.header .lang_list_class li a.lang_switcher_link:hover:before{
	color: #000000;
}

.header .lang_list_class li:first-child a{
	top: -8px;
}

.header .lang_list_class:after, 
.header .lang_list_class:before{
	display: none;
}

.header .lang_list_class li:first-child {
	padding-top: 0;
	border-top: unset;
}

.header .lang_list_class li:last-child{
	padding-bottom: 0;
	border-bottom: unset;
}


/* Mobile toggles */

@media (max-width: 1024px) {
	.header__container{
		background: var(--black_color);
		padding: 10px 20px;
		align-items: center;
	}
	.header__column {
		flex-direction: column;
		background-color: #333;
		width: 100%;
		position: absolute;
		top: 65px;
		left: 0;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		background: var(--black_color);
		color: var(--primary_color);
	}

	.header__column.active {
		min-height: 100vh;
		opacity: 1;
	}

	.header__column li {
		text-align: center;
	}

	.header .menu__link,
	.header.scrolled .menu__link{
		color: var(--primary_color);
	}

	.menu-toggle {
		display: block;
		transform: translateY(-3px);
	}

	.header .menu__wrapper{
		flex-flow: column;
		margin: 0 auto;
		gap: 36px;
	}

	.header .header__row-1{
		padding-left: 0;
		padding-top: 50px;
	}

	.header__row-2{
		display: flex;
		justify-content: center;
	}

	.header .simple-button a,
	.header.scrolled .simple-button a,
	.hs-blog-post header.scrolled a.simple-button,
	.hs-blog-post header.scrolled a.simple-button-yellow{
		color: var(--primary_color);
	}

	.header a.button,
	.header.scrolled a.button{
		background: var(--primary_color);
		color: var(--black_color);
	}

	.header .language_switcher{
		margin: 0 auto;
	}

	.header .globe_class .current,
	.header.scrolled .globe_class .current{
		color: var(--primary_color);
	}
	
	.header .lang_list_class li a.lang_switcher_link:before,
	.header.scrolled .lang_list_class li a.lang_switcher_link:before{
		color: #EEFF0066;
	}

}

@media (max-width: 767px) {
	.header__column{
		top:55px;
	}
	.header__logo img,
	.hs_cos_wrapper_type_logo img{
		max-width: 130px;
	}

	.header__language-switcher {
		border-top: 2px solid #CED4DB;
		padding-left: 1.05rem;
		padding-right: 0;
	}

	.header__language-switcher .lang_list_class {
		border: none;
		box-shadow: unset;
		display: block;
		left: 30px;
		opacity: 1;
		padding: 0 1.05rem;
		top: 0;
		visibility: visible;
	}

	.header__language-switcher .lang_list_class li {
		background-color: inherit;
		font-size: 0.917rem;
	}

	.header__language-switcher--label-current {
		display: none;
	}

	.header__language-switcher .globe_class {
		background-image: none;
	}

	.header__language-switcher .lang_list_class li:hover{
		background-color: inherit;
	}

	.header__language-switcher .lang_list_class:before,
	.header__language-switcher .lang_list_class:after {
		content: none;
	}}

/* Navigation */

#nav-toggle {
	display: none;
}

@media (max-width: 1000px){

	.header__row-1 {
		padding-left: 20Px;
	}

}



/***** HEADER BLOG POST *****/

.hs-blog-post header .menu .menu__item--depth-1 a{
	color: var(--primary_color);
}

header .module--button a.simple-button{
	color: var(--primary_color);
}

.hs-blog-post header.scrolled .module--button a.simple-button,
.header.scrolled .menu .menu__item--depth-1 a.menu__link{
	color: var(--white_color);
}

.hs-blog-post header.scrolled .module--button a.yellow-btn{
	background: var(--white_color);
}

@media (max-width: 1024px){
	.hs-blog-post header.scrolled .module--button a.simple-button{
		color: var(--primary_color);
	}
	.hs-blog-post header.scrolled .module--button a.yellow-btn{
		background: var(--primary_color);
	}
}
.footer-module{
	background: var(--footer_bg_color);
	color: var(--footer_font_color);
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-module p{
	color: var(--primary_color);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px;
}

.footer-module ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-module ul li{
	width: 19%;
	margin-right: 1%;
}

.footer-module ul li a{
	color: var(--primary_color);
	font-family: var(--secondary_font);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
}

.footer-module .button{
	background: var(--primary_color);
	color: var(--black_color);
}

.footer--logo{
	display: flex; 
	justify-content: flex-end;
}

@media (max-width: 992px){
	.footer-module .row-fluid{
		display: flex;
		flex-flow: column;
	}

	.menu-footer--container.span8{
		width: 100%;
		margin-left: 0;
	}

	.footer-module .hs-menu-wrapper ul{
		gap: 20px;
		margin-bottom: 20px;
	}

	.footer-module .hs-menu-wrapper ul li{
		width: unset;
		margin-right: unset;
	}

	.footer-module .span3{
		margin-left: 0;
	}
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
	footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Displays */
.d-flex {
  display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-column {
	flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-wrap {
	flex-flow: row wrap;
}
.flex-column-wrap {
	flex-flow: column wrap;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}
.align-items-end {
	align-items: flex-end;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content: flex-end;
}
.justify-content-space-between {
	justify-content: space-between;
}
.d-block {
	display: block;
}

/* Position */
.position-r {
	position: relative;
}

/* Text */
.uppercase {
	text-transform: uppercase;
}

.txt-center{
	text-align: center;
}


/* REDO Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* REDO Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}