/*!
Theme Name: livnat
Theme URI: https://mozinteractive.co.il/
Author: Ariel Horovtiz
Author URI: https://mozinteractive.co.il/
Description: livnat theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: livnat
Tags: livnat
*/
/* Box sizing
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Normalize
--------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Media Screen Size
--------------------------------------------- */
/* Colors
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
@font-face {
	font-family: Montserrat;
	src: url(assets/fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family: MontserratItalic;
	src: url(assets/fonts/Montserrat-MediumItalic.ttf);
}

@font-face {
	font-family: MontserratItalic;
	src: url(assets/fonts/MontserratAlternates-BoldItalic.otf);
	font-weight: bold;
}

@font-face {
	font-family: Candara;
	src: url(assets/fonts/Candara.ttf);
}

@font-face {
	font-family: Candara;
	src: url(assets/fonts/Candara_Bold.ttf);
	font-weight: bold;
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
:root {
	font-size: 18px;
	--fs12: 0.66667rem;
	--fs14: 0.77778rem;
	--fs16: 0.88889rem;
	--fs18: 1rem;
	--fs20: 1.11111rem;
	--fs30: 1.66667rem;
	--fs40: 2.22222rem;
	--fs70: 3.88889rem;
	--fs80: 4.44444rem;
	--fs90: 5rem;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: Montserrat;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family: Candara;
}

p {
	margin-bottom: 1.5em;
	font-weight: 500;
	font-family: Montserrat;
}

a, .symbol, .link-text {
	font-family: Candara;
}

.smc-info_name, .smc-info_letter, .smc-info_titles ul li:first-child, .cwuo-title {
	font-family: Candara;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 62em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: unset;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: unset;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Gen
--------------------------------------------- */
body {
	background: #EEEEEE;
}

div#grid--lines {
	position: fixed;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	width: 100%;
	height: 100%;
	z-index: -1;
	max-width: calc(1920px - 400px);
	margin: auto;
	left: 0;
	right: 0;
}

div#grid--lines div {
	border-left: 1px solid rgba(255, 59, 0, 0.15);
}

div#grid--lines div:last-child {
	border-right: 1px solid rgba(255, 59, 0, 0.15);
}

main#primary {
  	padding-top: 160px;
}

.home main#primary {
	position: relative;
}

.home main#primary::before {
	content: "";
	background-image: url(assets/imgs/scroll.png);
	width: 70px;
	height: 294px;
	right: 80px;
	top: 50vh;
	position: absolute;
}

p {
	line-height: 1.88889rem;
}

@media screen and (max-width: 62em) {
	:root {
		--fs14: 0.66667rem;
		--fs16: 0.77778rem;
		--fs18: 0.833rem;
		--fs20: 0.833rem;
		--fs30: 1rem;
		--fs40: 1.389rem;
		--fs70: 2.042rem;
		--fs80: 1.333rem;
		--fs90: 1.611rem;
	}
	body, button, input, select, optgroup, textarea {
		font-size: var(--fs18);
	}
	div#grid--lines {
		position: fixed;
		grid-template-columns: repeat(3, 1fr);
		padding-inline: 20px;
		right: 0;
		left: 0;
	}
	div#grid--lines div:nth-child(-n+3) {
		display: none;
	}
	.home main#primary {
		position: relative;
	}
	.home main#primary::before {
		display: none;
	}
	.home main#primary section.video-loop:after {
		content: "scroll";
		font-size: 12px;
		letter-spacing: 0.22em;
		font-family: Candara;
		font-weight: 800;
		background-image: url(assets/imgs/scroll-m.png);
		width: 60px;
		height: 219px;
		right: 0;
		left: 0;
		margin-inline: auto;
		position: absolute;
		background-position: center 55px;
		text-align: center;
		background-repeat: no-repeat;
		padding-top: 30px;
		z-index: -1;
	}
}

/* Utility
--------------------------------------------- */
.container {
	max-width: 84.44444rem;
	margin-inline: auto;
}

.container-meduim {
	max-width: 76.94444rem;
	margin-inline: auto;
}

.container-ms {
	max-width: 70.27778rem;
	margin-inline: auto;
}

.container-small {
	max-width: 55.83333rem;
	margin-inline: auto;
}

.container-xs {
	max-width: 46.94444rem;
	margin-inline: auto;
}

@media screen and (max-width: 62em) {
	.container .container {
		--padding: 1rem;
		padding-inline: var(--padding);
	}
	.container .container-meduim {
		padding-inline: var(--padding);
	}
	.container .container-ms {
		padding-inline: var(--padding);
	}
	.container .container-small {
		padding-inline: var(--padding);
	}
	.container .container-xs {
		padding-inline: var(--padding);
	}
}

.even-cols {
	display: grid;
	gap: 1rem;
}

@media screen and (min-width: 62em) {
	.even-cols {
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}
}

.heading-xl {
	font-size: var(--fs90);
}

.heading-l {
	font-size: var(--fs80);
}

.heading-ml {
	font-size: var(--fs70);
}

.heading-m {
	font-size: var(--fs40);
}

.heading-s {
	font-size: var(--fs30);
}

.txt-xs {
	font-size: var(--fs12);
}

.txt-s {
	font-size: var(--fs14);
}

.txt-m {
	font-size: var(--fs16);
}

.txt-n {
	font-size: var(--fs18);
}

.txt-l {
	font-size: var(--fs20);
}

.fw-bold {
	font-weight: 800;
}

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

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

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

.Candara {
	font-family: Candara;
}

.montserrat {
	font-family: Montserrat;
}

body .primeClr {
	color: #ED5A2D;
}

body .secondClr {
	color: #FFF1E3;
}

body .primeBgClr {
	background-color: #ED5A2D;
}

body .secondBgClr {
	background-color: #FFF1E3;
}

@media screen and (max-width: 62em) {
	.txt-l {
		font-size: var(--fs18);
	}
}

/* Components
--------------------------------------------- */
.btn {
	font-family: Candara;
	display: inline-block;
	padding: 1.2rem 3rem;
	border-radius: 4.44444rem;
	background-color: #ED5A2D;
	color: #fff;
	text-decoration: none;
	filter: drop-shadow(-60px 63px 35px rgba(255, 64, 0, 0.01)) drop-shadow(-34px 35px 29px rgba(255, 64, 0, 0.05)) drop-shadow(-15px 16px 22px rgba(255, 64, 0, 0.09)) drop-shadow(-4px 4px 12px rgba(255, 64, 0, 0.1)) drop-shadow(0px 0px 0px rgba(255, 64, 0, 0.1));
	transition: .5s;
}
.btn:hover {
    background-color: #e15023;
}

.btn-big {
	padding: 1.3rem 4rem;
}

.btn[data-type="inverted"] {
	background-image: url(assets/imgs/btn-bg.jpg);
	background-color: #fff;
	color: #000;
  	transition: .5s;
}

.btn[data-type="inverted"]:visited, .btn[data-type="inverted"]:hover, .btn[data-type="inverted"]:focus, .btn[data-type="inverted"]:active {
	color: #000;
}

.btn:visited, .btn:hover, .btn:focus, .btn:active {
	color: #fff;
}

/* Header
--------------------------------------------- */
header#masthead {
	background: linear-gradient(180deg, #e5e5e5 50%, rgba(238, 238, 238, 0) 100%);
  	position: fixed;
    width: 100%;
    z-index: 999;
}

div#header-wrap {
	display: flex;
	padding-inline: 1.11111rem;
	max-width: 93.5rem;
	margin: auto;
	padding-top: 3.11111rem;
	justify-content: space-between;
}

@media screen and (max-width: 62em) {
	div#header-wrap {
		padding-top: 1.38889rem;
		padding-inline: 1.38889rem;
	}
}

nav#site-navigation {
	width: unset;
}

.main-navigation ul {
	padding: unset;
	gap: 1.77778rem;
}

.main-navigation a {
	color: #000;
}

ul.sub-menu {
	display: block;
	width: auto;
	padding: 1.11111rem;
	background-color: #fff;
	border-radius: 0.94444rem;
}

.main-navigation ul ul a {
	width: auto;
	padding-inline: 0.83333rem;
}

ul.sub-menu li {
	border-bottom: 0.05556rem solid #ED5A2D;
	padding-bottom: 0.55556rem;
	margin-bottom: 0.55556rem;
}

ul.sub-menu li:last-child {
	border: unset;
	padding: unset;
	margin: unset;
}

.main-navigation ul ul.sub-menu {
	float: unset;
	display: none;
	right: unset;
}

.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	right: -1.38889rem;
	box-shadow: none;
}

li.current_page_item a {
	position: relative;
}

ul#primary-menu > li.current-menu-item a:after {
    content: "";
    background-image: url(assets/imgs/menu-line.png);
    width: 3.88889rem;
    height: 0.61111rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
ul#primary-menu li.current-menu-parent > a:after,
ul#primary-menu li.current_page_parent > a:after{
    content: "";
    background-image: url(assets/imgs/menu-line.png);
    width: 3.88889rem;
    height: 0.61111rem;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
ul#primary-menu ul.sub-menu li.current_page_item a {
    margin-bottom: 5px;
}

@media screen and (min-width: 62em) {
	ul#primary-menu > li {
		padding-bottom: 0.83333rem;
	}
}

@media screen and (max-width: 62em) {
	.menu-menu-1-container {
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 4.6rem;
		text-align: center;
		background-color: #FFF1E3;
	}
    nav.main-navigation.txt-m.toggled .menu-menu-1-container:after {
      content: "";
      position: absolute;
      top: 90%;
      right: -30px;
      left: -30px;
      bottom: -20px;
      z-index: 6;
      background-color: #fff1e3;
      filter: blur(10px);
  	}
	ul.menu.nav-menu li a {
		padding-block: 0.83333rem;
	}
	div#header-wrap {
		align-items: center;
	}
	div#header-wrap.nav-toggled {
		background-color: #FFF1E3;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}
	img.custom-logo {
		width: 4.94444rem;
	}
	ul#primary-menu {
		padding-block: 1.94444rem;
	}
	button.menu-toggle {
		background-image: url(./assets/imgs/nav-open.svg);
		border: unset;
		background-color: unset;
		width: 1.72222rem;
		height: 1.11111rem;
		background-size: contain;
		background-repeat: no-repeat;
		padding: unset;
      	border-radius: unset;
	}
	div#header-wrap.nav-toggled:after {
		content: "";
		position: fixed;
		top: 5.55556rem;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #0000004d;
		z-index: -1;
	}
	nav.main-navigation.toggled button.menu-toggle {
		background-image: url(./assets/imgs/nav-close.svg);
		width: 1.27778rem;
		height: 1.11111rem;
	}
	li.menu-item-has-children.focus ul.sub-menu {
		display: block;
	}
	li.menu-item-has-children ul.sub-menu {
		right: 0;
		left: 0;
		width: 10rem;
		margin: auto;
		position: relative;
		padding-block: 0.55556rem;
		font-family: Candara;
	}
	ul.menu.nav-menu ul.sub-menu li a {
		padding-block: 0.27778rem;
		font-size: var(--fs18);
	}
}

/* Blog
--------------------------------------------- */
section.posts {
	margin-bottom: 7.77778rem;
}

.posts-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.77778rem 1.11111rem;
}

.posts-inner .post {
	margin: unset;
	transition: .5s;
  	overflow: hidden;
}

.posts-inner .post:hover {
	box-shadow: -87px 244px 104px rgba(255, 76, 11, 0.01), -49px 137px 87px rgba(255, 76, 11, 0.04), -22px 61px 65px rgba(255, 76, 11, 0.06), -5px 15px 36px rgba(255, 76, 11, 0.07), 0px 0px 0px rgba(255, 76, 11, 0.07);
}

.post-link {
	background-image: url(assets/imgs/btn-orange.svg);
	width: 2.66667rem;
	height: 2.66667rem;
	display: block;
	margin-left: auto;
}

.post {
	background: #fff;
	border-radius: 1.55556rem;
	margin-inline: 0.55556rem;
}

.post-content {
	padding: 1.94444rem;
	min-height: 253px;
	display: grid;
}

.post-txt {
	margin-bottom: 0.83333rem;
	line-height: 1.66667rem;
}

.post-img img {
	border-radius: 1.38889rem 1.38889rem 0 0;
	max-height: 273px;
	object-fit: cover;
  	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.post-img img:hover {
    webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: brightness(110%);
}

.post > a {
	color: #000;
	text-decoration: none;
}

.post-date {
	font-weight: 500;
	color: #A3A3A3;
}

.post-date-link {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-top: auto;
}

@media screen and (max-width: 62em) {
	section.posts {
		margin-inline: 20px;
	}
	.posts-inner {
		grid-template-columns: 1fr;
	}
}

/* Single
--------------------------------------------- */
.ph-image {
	margin-right: -14.27778rem;
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 2;
}

.ph-image img {
	border-radius: 2.38889rem;
	max-width: 45vw;
}

.post-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 2.77778rem;
	margin-bottom: 1.94444rem;
}

.sp-orange-p {
	margin-bottom: 2.22222rem;
}

ul.post-socials {
	list-style-type: none;
	margin: unset;
	padding: unset;
	display: flex;
	gap: 0.83333rem;
	margin-left: auto;
}

ul.post-socials li {
	position: relative;
	cursor: pointer;
}

.copy-notice {
	display: none;
	position: absolute;
	left: -7.5rem;
	width: 13.33333rem;
	background-color: #FFF1E3;
	color: #ED5A2D;
	border: 0.05556rem solid #ED5A2D;
	text-align: center;
	padding: 0.27778rem;
	border-radius: 0.83333rem;
	opacity: .8;
}

section.more-posts {
	background-color: #FFF1E3;
	padding-block: 6.38889rem;
}

.more-posts-inner h3 {
	margin-bottom: 4.44444rem;
}

@media screen and (max-width: 62em) {
	.post-head {
		grid-template-columns: 1fr;
		margin-bottom: 1.11111rem;
	}
	.post-head .ph-image {
		margin-right: unset;
		grid-row-start: auto;
		grid-row-end: auto;
		grid-column-start: auto;
		margin-bottom: 0.55556rem;
	}
	.post-head .ph-image img {
		max-width: 100%;
		border-radius: 1rem;
	}
	.post-head .date-and-socials {
		order: 2;
		grid-template-columns: 1fr 1fr;
		padding-inline: 0.55556rem;
		margin-bottom: 1.11111rem;
		align-items: center;
	}
	.post-head h3.heading-s.fw-bold.Candara {
		order: 3;
	}
	.sp-orange-p {
		margin-bottom: 1.11111rem;
	}
	section.more-posts {
		padding-block: 1.94444rem;
	}
	.more-posts-inner ul.slick-dots {
		display: none !important;
	}
	.more-posts-inner h3 {
		max-width: 10rem;
		margin-bottom: 1.38889rem;
		margin-inline: auto;
	}
	.more-posts-inner .slick-list {
		padding: 0 17% 0 0 !important;
	}
	.post-content {
		padding: 2toRem 0;
	}
}

/* Template parts
--------------------------------------------- */
.video-container {
	position: relative;
	height: 26.94444rem;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: column;
	margin-bottom: 3rem;
	gap: 2.77778rem;
}

.video-container iframe {
	z-index: -1;
}

.video-container h1, .video-container h2 {
	text-transform: uppercase;
}

.video-container h1 {
	line-height: 0.8;
	font-weight: 400;
	letter-spacing: 0.17em;
}

.video-container h1:after {
	content: "";
	background-image: url(assets/imgs/big-line.png);
	width: 100%;
	height: 5.26889rem;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -1.11111rem;
	bottom: 0;
	background-position: center;
}

.video-container h2 {
	font-weight: 800;
	letter-spacing: 0.23em;
}

.video-loop {
	margin-bottom: 7.77778rem;
}

.video-loop p {
	margin-bottom: 3rem;
	font-weight: 500;
	max-width: 63ch;
	margin-inline: auto;
}

@media screen and (max-width: 62em) {
	section.video-loop {
		margin-inline: 20px;
	}
}

.heading h3 {
	display: inline-block;
	position: relative;
	color: #ED5A2D;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 2.778rem;
}

.heading h3.icon.circle {
	display: block;
}

.heading h3.lines {
	font-weight: normal;
}

.heading h3.icon::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 100%;
}

.heading h3.lineunder::after {
	background-image: url(assets/imgs/line.png);
	width: 22.16667rem;
	height: 3.05556rem;
	bottom: -2.77778rem;
	left: 0;
	right: 0;
	margin: auto;
}

.heading h3.leftarrow::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 100%;
	background-image: url(assets/imgs/arrow-left.png);
	width: 9.88889rem;
	height: 8.27778rem;
	bottom: 0rem;
	left: -8.33333rem;
}

@media screen and (max-width: 62em) {
	.heading h3.leftarrow::before {
		bottom: -3.33333rem;
		left: -2.22222rem;
	}
}

.heading h3.rightline::after {
	background-image: url(assets/imgs/right-line.png);
	width: 4.5rem;
	height: 3.22222rem;
	bottom: -1.38889rem;
	right: -3.88889rem;
}

.heading h3.exclamation::after {
	background-image: url(assets/imgs/exclamation.png);
	width: 13.55556rem;
	height: 6.44444rem;
	bottom: -1.11111rem;
}

.heading h3.sunrays::after {
	background-image: url(assets/imgs/sunrays.png);
	width: 5.5rem;
	height: 5.16667rem;
	bottom: -0.55556rem;
}

.heading h3.circle::after {
	background-image: url(assets/imgs/circle.png);
	width: 13.55556rem;
	height: 6.44444rem;
	bottom: -1.66667rem;
	left: 0;
	right: 0;
	margin: auto;
}

.heading h3.txt-left.icon.circle {
	padding-left: 1.11111rem;
}

.heading h3.txt-left.circle::after {
	left: -1.94444rem;
	right: unset;
	margin: unset;
}

.heading h3.txt-right.icon.circle {
	padding-right: 1.11111rem;
}

.heading h3.txt-right.circle::after {
	left: unset;
	right: -1.94444rem;
	margin: unset;
}

.heading.has-paragraph {
	margin-bottom: 2.77778rem;
}

.heading.has-paragraph p:last-child {
	margin-bottom: unset;
}

section.heading.none-research h3 {
	max-width: 18ch;
}

@media screen and (max-width: 62em) {
	section.heading {
		margin-inline: 1.11111rem;
	}
	section.heading:first-child {
		margin-top: 1.11111rem;
	}
	section.heading:first-child > div {
		text-align: center;
	}
	section.heading:first-child > div p {
		text-align: left;
	}
	section.heading.lineunder-research .container-small.txt-left {
		text-align: center;
	}
	section.heading.lineunder-research .container-small.txt-left p {
		text-align: left;
	}
	section.heading.lineunder-research p {
		padding: unset;
	}
	section.heading.lineunder-research.has-paragraph {
		margin-bottom: 8.88889rem;
	}
	section.heading h3 {
		margin-bottom: 30px;
	}
	section.heading h3.exclamation::after {
		width: 34px;
		height: 41px;
		bottom: 0;
	}
	section.heading h3.sunrays::after {
		width: 47px;
		height: 47px;
		bottom: 10px;
		right: -40px;
	}
	section.heading h3.circle::after {
		width: 148px;
		height: 87px;
	}
}

.single-member-card {
	margin-bottom: 4.44444rem;
}

.single-member-card-inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr 3fr;
	padding-inline: 2.77778rem;
	padding-block: 3.88889rem;
	background-color: #fff;
	border-radius: 2.77778rem;
	gap: 2.22222rem;
}

.smc-img img {
	border-radius: 1.94444rem;
}

.smc-info_letter {
	position: relative;
	margin-bottom: 0.55556rem;
	display: none;
}

.smc-info_letter:before {
	content: "";
	background-image: url(assets/imgs/polygon.png);
	width: 0.5rem;
	height: 0.66667rem;
	position: absolute;
	left: -1.11111rem;
	top: 0.55556rem;
	display: none;
}

.smc-info_name, .smc-info_letter {
	color: #ED5A2D;
	font-weight: 800;
}

.smc-info_titles ul {
	padding: unset;
	margin: unset;
	list-style-type: none;
	font-weight: 700;
	margin-bottom: 2.5rem;
}

.smc-info_titles ul li:first-child {
	color: #ED5A2D;
	font-weight: 400;
	margin-bottom: 0.55556rem;
	font-size: var(--fs18);
}

.single-member-card-inner .smc-desc {
	padding-inline: 2.22222rem;
	line-height: 1.9;
	font-weight: 500;
}

.smc-desc p {
	margin: unset;
}

@media screen and (max-width: 62em) {
	section.single-member-card {
		margin-inline: 20px;
	}
	.single-member-card-inner {
		grid-template-columns: 1fr;
		padding: 1.27778rem;
		gap: 1.66667rem;
		border-radius: 1.38889rem;
	}
	.smc-info_letter:before {
		position: relative;
		left: unset;
		top: unset;
		display: inline-block;
		background-image: url(assets/imgs/polygon-up.svg);
		width: 0.66667rem;
		height: 0.5rem;
	}
	.home .smc-img, .home .smc-info {
		padding-inline: 1.11111rem;
	}
	.single-member-card-inner .smc-desc {
		padding: unset;
	}
	.smc-info_btn {
		display: none;
	}
	.smc-info_titles ul {
		margin-bottom: unset;
	}
	.home .smc-img img {
		border-radius: 1.11111rem;
	}
}

.text-and-image {
	margin-bottom: 7.22222rem;
}

section.text-and-image.imgOverflow:last-child {
	margin-bottom: 16.66667rem;
}

.text-and-image-inner {
	padding: 3.33333rem;
	padding-right: 1.66667rem;
	border-radius: 2.77778rem;
	gap: 2.77778rem;
}

.text-and-image-inner.vertical-align {
	align-items: center;
}

.tai-txt h3 {
	font-weight: 800;
	margin-bottom: 1.66667rem;
	max-width: 20ch;
}

.tai-txt p {
	font-weight: 500;
	margin-bottom: 1.66667rem;
	line-height: 1.88889rem;
}

section.text-and-image.imgOverflow.tai-The .tai-txt p {
	max-width: 52ch;
}

.tai-txt a {
	font-weight: 800;
	color: #ED5A2D;
	text-decoration: underline;
}

.tai-img {
	position: relative;
}

.tai-img img {
	width: 100%;
	object-fit: cover;
}

.tai-img.img-overflow img {
	position: absolute;
	top: -14.16667rem;
	top: calc(max(-14vw, -14rem));
}

.img-left .tai-img {
	order: 1;
}

.img-left .tai-txt {
	order: 2;
}

@media screen and (max-width: 62em) {
	section.text-and-image.imgOverflow {
		margin-inline: 1.11111rem;
		padding-top: 180px;
		margin-bottom: 4.44444rem;
	}
	.text-and-image-inner {
		padding: 25px;
		gap: unset;
		border-radius: 1.38889rem;
	}
	.tai-img.img-overflow {
		order: 1;
		z-index: -1;
	}
	.tai-txt {
		order: 2;
	}
	body:not(.home) section.text-and-image {
		margin-bottom: 1.11111rem;
	}
	body:not(.home) section.text-and-image.imgOverflow {
		margin-inline: 1.11111rem;
		padding-top: 180px;
		margin-bottom: -3.88889rem;
	}
	body:not(.home) .tai-txt {
		order: 1;
	}
	body:not(.home) .tai-img {
		order: 2;
	}
	body:not(.home) section.text-and-image.imgOverflow {
		padding-top: unset;
	}
	body:not(.home) section.text-and-image.imgOverflow .tai-img.img-overflow {
		z-index: 1;
	}
	body:not(.home) section.text-and-image.imgOverflow .tai-img.img-overflow img {
		position: relative;
		top: unset !important;
	}
	body:not(.home) section.text-and-image.imgOverflow:last-child {
		margin-bottom: unset;
	}
	.tai-img.img-overflow img {
		top: -60vw;
	}
}

section.grid-five-block {
	margin-bottom: 8.61111rem;
}

.grid-five-block-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 1.11111rem;
}

.gfb-block {
	position: relative;
	display: grid;
	background-color: #fff;
	grid-template-columns: 1fr;
	border-radius: 2.83333rem;
  	overflow: hidden;
}

@media screen and (min-width: 62em) {
	.gfb-block.block1 {
		grid-column-start: 1;
		grid-column-end: 4;
		align-items: center;
		grid-template-columns: 1fr 1.2fr;
		gap: 3.33333rem;
	}
	.gfb-block.block1 img.gfb-img, .gfb-block.block1 a:first-child {
		border-radius: 2.77778rem 0 0 2.77778rem;
		width: 100%;
		object-fit: cover;
      	height: 100%;
	}
  	.gfb-block img.gfb-img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
	}
    .gfb-block img.gfb-img:hover {
      webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -o-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04);
      -webkit-filter: brightness(110%);
  	}
	.gfb-block.block1 .gfb-contet {
		position: relative;
		padding: 2.77778rem;
		padding-left: unset;
	}
	.gfb-block.block1 .gfb-tag {
		top: unset;
		right: 2.77778rem;
	}
	.gfb-block.block2, .gfb-block.block3 {
		grid-row: span 2;
		grid-template-rows: auto 1fr;
		gap: 1.66667rem;
	}
	.gfb-block.block2 h3.gfb-title, .gfb-block.block3 h3.gfb-title {
		line-height: 2.15833rem;
	}
	.gfb-block.block2 .gfb-p, .gfb-block.block3 .gfb-p {
		line-height: 1.83333rem;
	}
	.gfb-block.block4, .gfb-block.block5 {
		grid-template-columns: 1fr 1.5fr;
		padding: 1.66667rem;
		gap: 0.83333rem;
	}
	.gfb-block.block4 .gfb-p, .gfb-block.block4 a.gfb-link, .gfb-block.block5 .gfb-p, .gfb-block.block5 a.gfb-link {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.gfb-block.block4 h3.gfb-title, .gfb-block.block5 h3.gfb-title {
		margin: unset;
		align-self: end;
		line-height: 1.2;
	}
	.gfb-block.block4 .gfb-p, .gfb-block.block5 .gfb-p {
		margin: unset;
		line-height: 1.83333rem;
	}
	.gfb-block.block4 img.gfb-img, .gfb-block.block5 img.gfb-img {
		border-radius: 1.88889rem;
	}
}

img.gfb-img {
	border-radius: 2.77778rem 2.77778rem 0 0;
}

.gfb-contet {
	padding: 0 3.33333rem;
	padding-bottom: 2.5rem;
}

.gfb-tag {
	position: absolute;
	right: 2.77778rem;
	background-color: #FFF1E3;
	padding: 0.55556rem 1.11111rem;
	color: #ED5A2D;
	border-radius: 0.83333rem;
	font-weight: 500;
	top: 1.66667rem;
	right: 2.22222rem;
}

h3.gfb-title {
	font-weight: 800;
	margin-bottom: 1.38889rem;
}

.gfb-p {
	font-weight: 500;
	margin-bottom: 1.38889rem;
}

.gfb-p p {
	margin: unset;
}

.gfb-block a {
	text-decoration: none;
}
.gfb-block a.gfb-link {
	font-weight: 800;
	color: #ED5A2D;
	text-decoration: underline;
}

@media screen and (max-width: 62em) {
	section.heading.leftarrow-implications {
		margin-bottom: 1.38889rem;
	}
	section.grid-five-block {
		margin-left: 1.11111rem;
	}
	.grid-five-block-inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.grid-five-block-inner .slick-list {
		padding: 0 17% 0 0 !important;
	}
	.gfb-block.slick-slide {
		display: grid;
	}
	.gfb-block {
		border-radius: 1.38889rem;
		grid-template-columns: 1fr 1fr;
		padding: 1.38889rem;
		gap: 0.83333rem;
		margin-right: 0.55556rem;
	}
	.gfb-block .gfb-tag {
		right: 1.38889rem;
	}
	.gfb-block .gfb-p, .gfb-block a.gfb-link {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.gfb-block h3.gfb-title {
		margin: unset;
		align-self: end;
		line-height: 1.27778rem;
		margin-bottom: auto;
		top: 3.33333rem;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	.gfb-block .gfb-p {
		margin: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		line-height: 1.38889rem;
	}
	.gfb-block img.gfb-img {
		border-radius: 1.88889rem;
		min-height: 7rem;
		object-fit: cover;
	}
}

section.blog-posts {
	margin-bottom: 6.11111rem;
}

.blog-post {
	display: grid;
	grid-template-columns: 5fr 5fr 1fr;
	gap: 4.44444rem;
	align-items: center;
	border-bottom: 0.05556rem solid #000;
	margin-bottom: 2.77778rem;
	padding-bottom: 2.77778rem;
}

.blog-post:last-of-type {
	border-bottom: unset;
	padding-bottom: unset;
}

.bp-data a {
    text-decoration: none;
    color: #000;
}
.bp-desc {
	font-weight: 800;
	margin-bottom: 0.83333rem;
}

.bp-date {
	font-weight: 500;
	color: #A3A3A3;
}

img.bp-img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
img.bp-img:hover {
    webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: brightness(110%);
}

.bp-link:after {
	content: "";
	background-image: url(assets/imgs/btn-orange.svg);
	display: block;
	width: 2.66667rem;
	height: 2.66667rem;
	margin-left: auto;
}
a.bp-link, a.la-link, a.insight-link, .post-link {
    transition: .5s;
}
a.bp-link:hover, a.la-link:hover, a.insight-link:hover, .post-link:hover {
    -webkit-filter: brightness(90%);
}

img.bp-img {
	border-radius: 2.83333rem;
}

@media screen and (max-width: 62em) {
	section.blog-posts {
		margin-inline: 1.11111rem;
		margin-bottom: 3.05556rem;
	}
	.blog-post {
		position: relative;
		grid-template-columns: 1fr;
		gap: 0.83333rem;
	}
	.blog-post:last-of-type a.bp-link {
		bottom: -0.83333rem;
	}
	a.bp-link {
		position: absolute;
		bottom: 1.94444rem;
		right: 0;
	}
	.bp-date {
		font-size: var(--fs14);
	}
}

section.text-and-image-fluid {
	padding: 6.11111rem 0;
	margin-bottom: 9.44444rem;
}

.text-and-image-fluid-inner {
	align-items: center;
	gap: 6.66667rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.text-and-image-fluid-inner .heading {
	grid-column-start: 2;
	grid-row-start: 1;
	align-self: start;
}

.text-and-image-fluid-inner .tai-txt {
	margin-top: 4.16667rem;
	grid-row-start: 1;
	grid-column-start: 2;
}

.text-and-image-fluid-inner img {
	border-radius: 1.88889rem;
	margin-left: auto;
}

.text-and-image-fluid-inner .tai-img {
	text-align: right;
}

.text-and-image-fluid-inner .symbol, .text-and-image-fluid-inner .link-text {
	color: #ED5A2D;
}

.text-and-image-fluid-inner .tai-txt p {
	line-height: 1.88889rem;
	padding-right: 8.33333rem;
	margin-bottom: 2.77778rem;
}

.text-and-image-fluid-inner .tai-txt a {
	text-decoration: none;
	font-weight: 400;
}

section.text-and-image-fluid.taif-links p {
	max-width: unset;
	padding-right: 80px;
}

@media screen and (max-width: 62em) {
    section.text-and-image-fluid.taif-links p {
      padding-right: unset;
	}
	section.text-and-image-fluid {
		padding: 2.22222rem 1.11111rem;
		margin-bottom: 5.55556rem;
	}
	.text-and-image-fluid-inner {
		grid-template-columns: 1fr;
		gap: 1.66667rem;
	}
	.text-and-image-fluid-inner img {
		margin: auto;
	}
	.text-and-image-fluid-inner .heading {
		grid-column-start: auto;
		grid-row-start: auto;
		align-self: unset;
		margin-top: 2.22222rem;
	}
	.text-and-image-fluid-inner .tai-txt {
		margin-top: unset;
		grid-row-start: auto;
		grid-column-start: auto;
	}
	.heading h3.txt-left.icon.circle {
		text-align: center;
		padding: unset;
		margin-bottom: 1.94444rem;
	}
	.heading h3.txt-left.circle::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.text-and-image-fluid-inner .tai-txt {
		text-align: center;
	}
	.text-and-image-fluid-inner .tai-txt p {
		text-align: left;
		padding: unset;
		margin-bottom: 2.5rem;
	}
}

section.connect-with-us {
	margin-bottom: 6.38889rem;
}

body:not(.home) section.connect-with-us {
	margin-block: 8.33333rem;
}

.connect-with-us-inner {
	gap: 2.77778rem;
}

h3.cwu-title.heading-ml {
	position: relative;
	line-height: 1;
	color: #ED5A2D;
	text-transform: uppercase;
	margin-left: 11.11111rem;
}

h3.cwu-title.heading-ml:before {
	content: "";
	background-image: url(assets/imgs/star.png);
	width: 13.72222rem;
	height: 15.11111rem;
	display: block;
	position: absolute;
	top: -5.55556rem;
	left: -6.94444rem;
}

.cwu-office-lab {
	font-weight: 500;
}

.cwu-content p {
	font-weight: 500;
}

.home .cwu-content {
	padding-top: 120px;
}

.cwuo-title {
	display: inline-block;
	font-weight: 800;
	color: #ED5A2D;
	margin-bottom: 0.55556rem;
}

.cwuo-title:after {
	content: "";
	background-image: url(assets/imgs/polygon-down.svg);
	width: 0.66667rem;
	height: 0.5rem;
	display: inline-block;
	margin-left: 0.27778rem;
}

.cwuo-contact-name a {
	color: #000;
}

@media screen and (max-width: 62em) {
	section.connect-with-us {
		margin-inline: 1.11111rem;
		margin-bottom: 2.77778rem;
	}
	body:not(.home) section.connect-with-us {
		margin-block: 80px;
	}
	.connect-with-us-inner {
		display: block;
		text-align: center;
	}
	h3.cwu-title.heading-ml {
		margin: unset;
		display: inline-block;
		margin-bottom: 2.22222rem;
	}
	h3.cwu-title.heading-ml:before {
		left: -3.88889rem;
		width: 8.33333rem;
		height: 8.33333rem;
		background-size: cover;
		top: -3.88889rem;
	}
	.cwu-content {
		text-align: left;
	}
	.cwu-content p {
		line-height: 1.55556rem;
	}
	.cwuo-title {
		margin-bottom: unset;
	}
	.cwu-office-lab {
		line-height: 1.83333rem;
	}
	.home .cwu-content {
		padding-top: unset;
	}
}

.members-cards {
	background-color: #FFF1E3;
}

.members-cards-inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr 3fr;
	padding-block: 4.16667rem;
	padding-right: 7.77778rem;
	padding-left: unset;
	gap: 2.22222rem;
	align-items: center;
	border-bottom: 1px solid #000;
}

.members-cards-inner:first-child {
	padding-top: 5.55556rem;
}

.members-cards-inner:last-child {
	border: unset;
}

.members-cards-inner .smc-desc {
	padding-inline: 2.22222rem;
	line-height: 1.9;
	font-weight: 500;
}

@media screen and (max-width: 62em) {
	.members-cards-inner {
		grid-template-columns: 1fr;
		padding: 1.11111rem;
	}
	.smc-img, .smc-info {
		padding-inline: 2.77778rem;
	}
	.members-cards-inner .smc-desc {
		padding: unset;
	}
}

.text-and-image-fluid-fade {
	position: relative;
	margin-bottom: 6.38889rem;
}

.text-and-image-fluid-fade:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: blur(1rem);
	z-index: -1;
}

.text-and-image-fluid-fade-inner {
	padding-block: 5rem;
	align-items: center;
	gap: 7.5rem;
}

.text-and-image-fluid-fade-inner .tai-img {
	margin-left: auto;
}

.text-and-image-fluid-fade-inner .tai-txt {
	color: #ED5A2D;
}

.text-and-image-fluid-fade-inner .symbol {
	position: relative;
	margin-bottom: 0.83333rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 0.38889rem 0.83333rem 0.38889rem;
	display: none;
}

.text-and-image-fluid-fade-inner .symbol span {
	font-size: 1.66667rem;
	display: none;
}

.text-and-image-fluid-fade-inner .symbol:before {
	content: "";
	background-image: url(assets/imgs/polygon.png);
	width: 0.5rem;
	height: 0.66667rem;
	position: absolute;
	left: -1.11111rem;
	top: 0;
	display: none;
}

.text-and-image-fluid-fade-inner .tai-txt p {
	font-weight: 700;
}

.text-and-image-fluid-fade-inner .tai-txt p:last-child {
	margin-bottom: unset;
}

section.text-and-image-fluid-fade p {
	max-width: 43ch;
}

@media screen and (max-width: 62em) {
	.text-and-image-fluid-fade-inner {
		gap: 30px;
	}
	section.text-and-image-fluid-fade .tai-img {
		order: 1;
		margin: auto;
	}
	section.text-and-image-fluid-fade {
		padding-inline: 20px;
		margin-bottom: unset;
	}
	.text-and-image-fluid-fade-inner .symbol {
		padding-left: 17px;
		margin-bottom: unset;
	}
	.text-and-image-fluid-fade-inner .symbol:before {
		left: 0;
		background-image: url(assets/imgs/polygon-up.svg);
		width: 12px;
		height: 9px;
	}
}

section.question-and-direction {
	margin-bottom: 6.94444rem;
}

.question-and-direction-inner {
	position: relative;
	padding: 3.61111rem 3.05556rem;
	background: #FFF1E3;
	border-radius: 1.66667rem;
}

.question-and-direction-inner::before {
	content: "";
	background-image: url(assets/imgs/question.png);
	display: block;
	width: 6.16667rem;
	height: 6.16667rem;
	position: absolute;
	right: 4.05556rem;
	top: -3.22222rem;
}

.qad-questions {
	font-weight: 500;
	border-bottom: 0.05556rem solid #ED5A2D;
	padding-bottom: 1.38889rem;
	margin-bottom: 1.38889rem;
}

.q-and-d:last-child .qad-questions {
	margin: unset;
	padding: unset;
	border: unset;
}

.q-and-d:last-child .qad-content {
	margin-top: 1.38889rem;
}

.qad-content {
	padding-inline: 1.38889rem;
	display: none;
}

@media screen and (max-width: 62em) {
	section.question-and-direction {
		margin-inline: 1.11111rem;
		margin-bottom: 2.5rem;
	}
	.question-and-direction-inner {
		padding: 2.22222rem 1.11111rem;
	}
	.question-and-direction-inner::before {
		right: 0.83333rem;
		top: -2.22222rem;
		width: 4.44444rem;
		height: 4.44444rem;
		background-size: cover;
	}
}

.lab-activitie {
	background-color: #E0E0E0;
	padding-block: 3.88889rem;
}

.la-slide {
	padding: 3.88889rem;
	background-color: #fff;
	margin-inline: 0.55556rem;
	border-radius: 2.11111rem;
}

.la-content p:last-child {
	margin: unset;
}

.la-tag {
	font-weight: 500;
	padding: 0.27778rem 0.55556rem;
	background-color: #FFF1E3;
	display: inline-block;
	color: #ED5A2D;
	border-radius: 0.44444rem;
	text-transform: uppercase;
	margin-bottom: 1.11111rem;
}

.la-content {
	margin-bottom: 1.11111rem;
}

.la-link {
	background-image: url(assets/imgs/btn-orange.svg);
	width: 2.66667rem;
	height: 2.66667rem;
	display: block;
	margin-left: auto;
}

.lab-activitie-inner h3 {
	margin-bottom: 3.33333rem;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	background: unset;
	border: unset;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-block: auto;
	left: -4.44444rem;
}

button.slick-prev.slick-arrow::before, button.slick-next.slick-arrow::before {
	content: "";
	display: block;
	background-image: url(assets/imgs/polygon-left.svg);
	width: 0.94444rem;
	height: 1.33333rem;
}

button.slick-next.slick-arrow {
	left: unset;
	right: -4.44444rem;
}

button.slick-next.slick-arrow::before {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media screen and (max-width: 62em) {
	section.lab-activitie ul.slick-dots {
		display: none !important;
	}
	section.lab-activitie .slick-dotted.slick-slider {
		margin: unset;
	}
	section.lab-activitie .slick-dotted.slick-slider .slick-list {
		padding: 0 17% 0 0 !important;
	}
	.la-slide {
		padding: 30px;
		border-radius: 30px;
	}
}

.insight {
	background-color: #FFF1E3;
	padding-block: 4.44444rem;
	margin-bottom: 5.27778rem;
}

.insight h3 {
	margin-bottom: 3.33333rem;
}

.insight-link {
	background-image: url(assets/imgs/btn-orange.svg);
	width: 2.66667rem;
	height: 2.66667rem;
	display: block;
	margin-left: auto;
}

.insight-slide {
	background: #fff;
	border-radius: 1.55556rem;
	margin-inline: 0.55556rem;
  	overflow: hidden;
}

.is-content {
	padding: 1.94444rem;
}
.is-content a {
    text-decoration: none;
    color: #000;
}

.is-img img {
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.is-img img:hover {
    webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: brightness(110%);
}

.insight-content {
	margin-bottom: 0.83333rem;
	line-height: 1.66667rem;
}

.is-img img {
	border-radius: 1.38889rem 1.38889rem 0 0;
}

.page-id-299 .insight {
	margin: unset;
}

@media screen and (max-width: 62em) {
	section.insight {
		margin-bottom: 45px;
	}
	section.insight .slick-dotted.slick-slider {
		margin: unset;
	}
	section.insight .slick-dotted.slick-slider .slick-list {
		padding: 0 17% 0 0 !important;
	}
}

section.flex-content-block {
	margin-bottom: 6.38889rem;
}

.flex-content-block-inner {
	position: relative;
	background-color: #fff;
	border-radius: 2.11111rem;
	padding: 4.72222rem 7.22222rem;
}

img.fcbi-overflow-image {
	position: absolute;
	top: -16.66667rem;
	right: -7.22222rem;
}

.flex-content-block-inner h4 {
	padding-right: 5.55556rem;
	line-height: 1.88889rem;
	margin-bottom: 2.22222rem;
}

.heading.lineunder-research p {
	padding-right: 16.66667rem;
}

.flex-content-block-inner p {
	line-height: 1.88889rem;
}

.flex-content-block-inner p:last-child {
	margin-bottom: unset;
}

.image-and-text {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	margin-block: 3.88889rem;
}

.image-and-text img {
	border-radius: 2.44444rem;
}

.iat-content {
	color: #ED5A2D;
}

.iat-content .symbol {
	position: relative;
	margin-bottom: 0.83333rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 0.38889rem 0.83333rem 0.38889rem;
	display: none;
}

.iat-content .symbol span {
	font-size: 1.66667rem;
	display: none;
}

.iat-content .symbol:before {
	content: "";
	background-image: url(assets/imgs/polygon.png);
	width: 0.5rem;
	height: 0.66667rem;
	position: absolute;
	left: -1.11111rem;
	top: 0;
	display: none;
}

.further-title {
	margin-bottom: 0.83333rem;
	display: inline-block;
}

.further-title:after {
	content: "";
	background-image: url(assets/imgs/polygon-down.svg);
	width: 0.66667rem;
	height: 0.5rem;
	display: inline-block;
	margin-left: 0.27778rem;
}

.furthers {
	max-width: 41.66667rem;
	margin: auto;
}

.furthers .further {
	border-bottom: 0.05556rem solid #ED5A2D;
	margin-bottom: 0.83333rem;
	padding-bottom: 0.83333rem;
}

.furthers .further p {
	margin: unset;
}

.furthers .further:last-child {
	border-bottom: unset;
	margin-bottom: unset;
	padding-bottom: unset;
}

.furthers .further a {
	color: #3E51FF;
	font-style: italic;
	font-weight: 700;
}

.flex-content-block-inner h3.icon.leftarrow {
	margin-left: 2.22222rem;
}

.flex-content-block-inner h3.icon.leftarrow::before {
	bottom: -1.11111rem;
	margin-top: 0.55556rem;
}

.pdf-link {
	display: inline-grid;
	grid-template-columns: auto auto;
	padding: 1.61111rem 2rem;
	border-radius: 1rem;
	align-items: center;
	justify-content: center;
	gap: 1.38889rem;
	text-decoration: none;
	border: 0.05556rem solid rgba(237, 90, 45, 0.2);
	margin-top: 1.38889rem;
}

.pdf-link:before {
	content: "";
	background-image: url(assets/imgs/file.png);
	width: 1.5rem;
	height: 1.88889rem;
	display: inline-block;
}

.flex-content-block-inner p a {
	color: #3E51FF;
	font-style: italic;
}

@media screen and (max-width: 62em) {
	section.flex-content-block {
		margin-bottom: 3.05556rem;
	}
	section.flex-content-block:first-child {
		margin-top: 1.11111rem;
	}
	.flex-content-block-inner {
		padding: 1.38889rem;
	}
	.flex-content-block-inner img.fcbi-overflow-image {
		position: relative;
		top: unset;
		right: unset;
		margin-top: -10.05556rem;
		width: 60%;
		margin-left: auto;
		margin-bottom: 1.11111rem;
	}
	h4.heading-m.heading-s.fw-bold {
		padding: unset;
		margin-bottom: 1.11111rem;
	}
	.image-and-text {
		grid-template-columns: 1fr;
		gap: 1.66667rem;
		margin-block: 1.66667rem;
	}
	.iat-content .symbol {
		padding-left: 0.94444rem;
		margin-bottom: unset;
	}
	.iat-content .symbol.symbol:before {
		background-image: url(assets/imgs/polygon-up.svg);
		left: 0;
		width: 0.66667rem;
		height: 0.5rem;
	}
	.furthers {
		padding-inline: 3.05556rem;
	}
	.flex-content-block-inner h3.heading-m.icon.leftarrow {
		margin: unset;
		margin-bottom: 1.38889rem;
	}
	.flex-content-block-inner h3.heading-m.icon.leftarrow::before {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		display: block;
		margin: unset;
		bottom: unset;
		width: 5.66667rem;
		background-size: contain;
		background-repeat: no-repeat;
		height: 3.83333rem;
	}
	a.pdf-link {
		margin-top: unset;
		font-size: var(--fs18);
		padding: 12px 15px;
		border-radius: 11px;
	}
	.pdf-link:before {
		width: 17px;
		height: 22px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.images-and-text-banner-inner {
	display: grid;
	grid-template-columns: 1fr 1.5fr 1fr;
	align-items: center;
	justify-content: center;
	gap: 3.88889rem;
	color: #ED5A2D;
}

section.images-and-text-banner {
	position: relative;
	padding-block: 4.44444rem;
	margin-bottom: 6.38889rem;
}

section.images-and-text-banner:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #FFF1E3;
	filter: blur(3.94444rem);
	z-index: -1;
}

@media screen and (max-width: 62em) {
	section.images-and-text-banner {
		margin-bottom: 3.05556rem;
	}
	.images-and-text-banner-inner {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1.94444rem;
	}
	.images-and-text-banner-inner img {
		margin-inline: auto;
	}
	.iatb-txt.txt-center {
		max-width: 12.77778rem;
		margin-inline: auto;
	}
}

section.images-and-text-wide {
	padding: 1.66667rem;
}

.images-and-text-wide-inner {
	align-items: center;
	gap: 2.77778rem;
}

.iatw-content {
	padding-right: 4.44444rem;
}

.iatw-content h3 {
	line-height: 2.16667rem;
	margin-bottom: 1.11111rem;
}

.iatw-content p {
	line-height: 1.88889rem;
}

.iatw-content p:last-child {
	margin-bottom: unset;
}

@media screen and (max-width: 62em) {
	section.images-and-text-wide {
		padding: 1.11111rem;
	}
	.images-and-text-wide-inner {
		gap: 1.11111rem;
	}
	.iatw-img-left {
		order: 2;
	}
	.iatw-content {
		padding-right: unset;
	}
	.iatw-content p {
		padding: unset;
	}
}

section.gallery-slider {
	margin-bottom: 6.38889rem;
}

ul.gallery-slider-inner {
	padding: unset;
	margin: unset;
}

ul.gallery-slider-inner.slick-dotted.slick-slider {
	margin-bottom: 5.55556rem;
}

ul.slick-dots {
	bottom: -3.33333rem;
}

.slick-dots li button:before {
	color: #ED5A2D;
	opacity: 1;
	font-size: 0.83333rem;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #ED5A2D;
	filter: blur(0.27778rem);
}

.slick-slide img {
	margin-inline: auto;
}

.gs-content {
	max-width: 47.22222rem;
	margin-inline: auto;
}

.gs-content .symbol {
	position: relative;
	margin-bottom: 0.83333rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 0.38889rem 0.83333rem 0.38889rem;
	padding-left: 20px;
}

.gs-content .symbol span {
	font-size: 1.66667rem;
}

.gs-content .symbol:before {
	content: "";
	background-image: url(assets/imgs/polygon-up.svg);
	width: 0.66667rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
}

.slick-dots li {
	margin: 0 15px;
}

@media screen and (max-width: 62em) {
	section.gallery-slider {
		margin-inline: 1.11111rem;
		margin-bottom: 2.5rem;
	}
	button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
		top: 1.11111rem;
	}
	button.slick-prev.slick-arrow::before, button.slick-next.slick-arrow::before {
		width: 1.11111rem;
		height: 0.83333rem;
		background-size: contain;
		background-repeat: no-repeat;
	}
	button.slick-prev.slick-arrow {
		left: -0.94444rem;
	}
	button.slick-next.slick-arrow {
		right: -0.94444rem;
	}
	.symbol.Candara {
		padding-left: 0.94444rem;
		margin-bottom: unset;
	}
	.gs-content .symbol:before {
		left: 0;
	}
}

section.quote.secondBgClr {
	padding-block: 6.11111rem;
	margin-bottom: 5.55556rem;
}

.quote-inner {
	position: relative;
	gap: 2.77778rem;
	display: grid;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.quote-content {
	max-width: 51.38889rem;
}

.quote-inner::before, .quote-inner::after {
	content: "";
	position: absolute;
	background-image: url(assets/imgs/quote.png);
	width: 4.94444rem;
	height: 4.5rem;
	top: 0;
}

.quote-inner::before {
	left: 4.16667rem;
}

.quote-inner::after {
	right: 4.16667rem;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.quote-name.fw-bold p:last-child {
	margin: unset;
}

@media screen and (max-width: 62em) {
	section.quote.secondBgClr {
		position: relative;
		margin-bottom: 2.77778rem;
	}
	.quote-inner {
		position: unset;
		max-width: 12.77778rem;
		text-align: center;
		margin: auto;
		gap: 1.11111rem;
	}
	.quote-inner::before, .quote-inner::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.quote-inner::before {
		top: 0.83333rem;
	}
	.quote-inner::after {
		bottom: 0.83333rem;
		top: unset;
	}
}

.video-box-inner {
	position: relative;
}

section.video-box {
	margin-bottom: 4.16667rem;
}

.video-box-inner {
	padding: unset;
	margin: unset;
	margin-bottom: 3.33333rem;
}

.video-box-inner iframe {
	padding: 1.38889rem;
}

.video-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 4.16667rem;
	cursor: pointer;
}

.video-image:after {
	display: none;
	content: "";
	background-image: url(assets/imgs/play.png);
	width: 7.22222rem;
	height: 7.22222rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.video-image img {
    z-index: -1;
    position: absolute;
}

.vb-content {
	max-width: 47.22222rem;
	margin-inline: auto;
}

.vb-content .symbol {
	position: relative;
	margin-bottom: 0.83333rem;
	line-height: 1;
	display: grid;
	grid-template-columns: 0.38889rem 0.83333rem 0.38889rem;
	padding-left: 20px;
	display: none;
}

.vb-content .symbol span {
	font-size: 1.66667rem;
	font-weight: 400;
	display: none;
}

.vb-content .symbol:before {
	content: "";
	background-image: url(assets/imgs/polygon-up.svg);
	width: 0.66667rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.symbol {
	display: none !important;
}
.more-posts-silder .post {
    overflow: hidden;
}

@media screen and (max-width: 62em) {
	section.video-box {
		margin-inline: 1.11111rem;
		margin-bottom: 2.22222rem;
	}
	.video-box-inner {
		margin-bottom: 1.66667rem;
	}
	.video-image {
		border-radius: 1.38889rem;
	}
	.video-box-inner iframe {
		padding: 0.55556rem;
		height: 10rem;
	}
	.video-image:after {
		width: 2.55556rem;
		height: 2.55556rem;
		background-size: contain;
	}
	.vb-content .symbol:before {
		left: 0;
	}
}

.articles {
	background-color: #fff;
	border-radius: 2.11111rem;
	margin-bottom: 5.55556rem;
	padding: 3.88889rem 3.05556rem;
}

.publication-link-inner h4 {
	margin-bottom: 1.66667rem;
}

.article {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 5rem;
	align-items: center;
	border-bottom: 0.05556rem solid #ED5A2D;
	margin-bottom: 3.88889rem;
	padding-bottom: 3.88889rem;
	padding-inline: 3.05556rem;
}

.article:last-child {
	border-bottom: unset;
	margin-bottom: unset;
	padding-bottom: unset;
}

.article-img img {
	border-radius: 2.16667rem;
}

.article-content {
	line-height: 1.66667rem;
}

.article-content a {
	color: #3E51FF;
	font-style: italic;
}

.article-content h5 {
	margin: unset;
	margin-bottom: 1.66667rem;
	padding-right: 5.55556rem;
}

.article-content p:last-child {
	margin: unset;
}

@media screen and (max-width: 62em) {
	.publication-link-inner h4 {
		margin-inline: 1.11111rem;
		margin-bottom: 0.83333rem;
	}
	.articles {
		padding: 2.22222rem 1.11111rem;
		border-radius: 1.66667rem;
		margin-bottom: 2.22222rem;
	}
	.articles .article {
		grid-template-columns: 1fr;
		padding-inline: unset;
		gap: 1.11111rem;
		margin-bottom: 1.66667rem;
		padding-bottom: 1.66667rem;
	}
	.articles .article:last-child {
		border-bottom: unset;
		margin-bottom: unset;
		padding-bottom: unset;
	}
	.articles .article-img img {
		border-radius: 1.38889rem;
		max-width: 11.66667rem;
		margin: auto;
	}
	.articles .article-content h5 {
		padding: unset;
		margin-bottom: 0.83333rem;
	}
}

/* Footer
--------------------------------------------- */
footer {
	background-color: #000;
}

div#footer-wrap {
	display: flex;
	align-items: center;
	max-width: 84.44444rem;
	padding-block: 4.72222rem;
	margin: auto;
	justify-content: space-between;
}

nav#footer-nav ul#footer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	padding: unset;
	margin: unset;
	gap: 0.83333rem 5.27778rem;
}

nav#footer-nav ul#footer a {
	color: #fff;
	text-decoration: none;
	font-family: Montserrat;
}

div#rights {
	color: #fff;
	text-align: right;
}

div#rights a {
	text-decoration: none;
	color: #ED5A2D;
	font-weight: bold;
}

section.img {
	margin-top: 50px;
    margin-bottom: 100px;
}
section.img img {
    /* object-fit: cover;
    max-height: 650px; */
	display: block;
	margin: auto;
}

@media screen and (max-width: 1520px) {
	div#footer-wrap {
		padding-inline: 2.77778rem;
	}
}

.mobile-nav-logo {
    display: none;
}

@media screen and (max-width: 62em) {
  	.nav-toggled .site-branding > a {
        display: none;
    }
  	.nav-toggled .mobile-nav-logo {
      display: block;
  	}
  	.mobile-nav-logo img {
        width: 4.94444rem;
    }
    .nav-toggled .mobile-nav-logo {
      display: block;
  	}
	footer {
		font-size: var(--fs12);
	}
	div#footer-wrap {
		grid-template-columns: 1fr;
		display: grid;
		padding: 1.66667rem 2.77778rem;
		text-align: center;
		gap: 1.94444rem;
	}
	div#footer-logo img {
		margin: auto;
	}
	nav#footer-nav ul#footer {
		grid-template-columns: 1fr 1fr;
		gap: 1.11111rem 3.88889rem;
	}
	nav#footer-nav, div#rights {
		margin: unset;
		text-align: center;
	}
  
  
}

/*# sourceMappingURL=style.css.map */