:root {
	--yellow-1: #fd0;
	--yellow-2: #fd0;
	--gray: #7d7d7d;
	--gray-2: #b7b7b7;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	overflow-x: hidden;
	background: #FFF;
	margin: 0;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

svg {
	display: block;
}

a,
button,
button {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button {
	cursor: pointer;
	outline: 0;
}

a,
a:hover {
	text-decoration: none;
}

h2,
h3,
h4 {
	line-height: 1.2;
	margin-top: 0;
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

figure {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

main {
	position: relative;
	overflow: hidden;
}

section {
	position: relative;
	min-height: 800px;
	display: flex;
	align-items: center;
}

section.learn-explore {
	padding: 50px 0;
}

.wow {
	visibility: hidden;
}

.btn {
	display: flex;
	overflow: hidden;
	padding: 16px 32px;
	font-weight: 700;
	transition-duration: 500ms;
	font-size: 13px;
	line-height: 1.35em;
	min-width: 100px;
	width: auto;
	text-transform: uppercase;
	justify-content: center;
}

.btn.btn-primary {
	background-color: #000;
	color: #FFF;
}

.btn.btn-primary:hover {
	background-color: #000;
}

.btn.btn-secondary {
	background-color: var(--yellow-1);
	color: #000;
}

.btn.btn-secondary:hover {
	background-color: var(--yellow-1);
}

.btn.btn-outline {
	color: #000;
	border: 1px solid #000;
}

header {
	height: 105px;
	font-family: 'OpenSans', sans-serif;
}

.header-inner {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 105px;
	background: #fff;
	transition: 1s all;
	z-index: 9;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 27px 0 15px;
	align-items: flex-end;
}

.site-logo {
	margin-right: auto;
	margin-bottom: 15px;
}

.site-logo a img {
	height: 66px;
}

.udenio-logo {
	margin-left: auto;
	margin-bottom: 15px;
}

.udenio-logo a img {
	width: 74px;
}

.menu-navbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: relative;
}

.menu-navbar nav>ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0;
	padding-left: 40px;
}

.menu-navbar nav>ul>li {
	line-height: 15px;
	padding: 15px;
	cursor: pointer;
}

.menu-navbar nav>ul>li>a {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.menu-icons {
	padding-bottom: 15px;
}

.menu-icons ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-icons ul li {
	cursor: pointer;
	margin-right: 15px;
}

.menu-icons ul li a img {
	width: 27px;
	height: 27px;
}

span.cart_qty_bubble {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	background-color: #F00;
	margin-left: 23px;
	border-radius: 10px;
	font-size: 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.block_overflow {
	overflow: hidden;
}

body.block_overflow jdiv {
	display: none;
}

.menu-mini-dropdown {
	position: absolute;
	width: 180px;
	right: 65px;
	top: 100px;
	display: flex;
	font-size: 13px;
	flex-direction: column;
	padding: 15px 20px;
	background: #ffffff;
	box-shadow: 0px 0px 19px 1px #dddddd;
}

.menu-mini-dropdown:before {
	background-color: #ffffff;
	top: -9px;
	content: '';
	display: block;
	height: 20px;
	right: 11px;
	position: absolute;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	z-index: 1;
	box-shadow: 0px 0px 19px -3px #dddddd;
}

.menu-mini-dropdown a {
	font-weight: 300;
	color: #000;
}

.menu-mini-dropdown a:first-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.menu-mini-dropdown a:last-child {
	margin-top: 10px;
}

.form-control {
	display: block;
	width: 100%;
	height: 55px;
	padding: 7px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-top: none !important;
	border-bottom: 1px solid #cccccc;
	border-right: none !important;
	border-left: none !important;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search_wrapper {
	width: 100%;
	min-height: 100px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	flex-direction: column;
	padding: 50px 0;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: hidden;
	transition: all 0.2s linear;
}

.search_wrapper.show {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.search_box {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.search_box form {
	display: flex;
}

.search_box select {
	width: 120px;
	margin-right: 15px;
}

.search_box input {
	width: 350px;
	padding: 10px 20px;
	font-size: 16px;
}

.search_box input:focus {
	color: #000000;
	background-color: #fff;
	border-bottom-color: #ffdd00;
	outline: 0;
	box-shadow: none !important;
}

.search_box .close_icon {
	display: block;
	width: 27px;
	margin: 0 10px;
	cursor: pointer;
}

.search_box .close_icon:after,
.search_box .close_icon:before {
	background-color: #555;
	content: '';
	display: block;
	height: 4px;
}

.search_box .close_icon:before {
	margin-bottom: 16px;
	box-shadow: 0 0 0 #fff;
	transform: translateY(10px) rotate(45deg);
}

.search_box .close_icon:after {
	transform: translateY(-10px) rotate(-45deg);
}

#search_term {
	display: none;
	width: 80px;
}

.search-filter-btn {
	padding: 8px 10px;
	margin-right: 10px;
	background-color: #fd0 !important;
	font-weight: 600;
	letter-spacing: .2em;
	border-radius: 40px;
	font-size: 13px;
	border: 1px solid #fd0;
	display: inline-block;
	min-width: inherit;
}

.search-filter-btn svg {
	fill: #000;
	width: 19px;
}

.search_result_box {
	max-width: 800px;
	background: #fff;
	display: none;
}

.search_result_box h4 {
	padding: 10px 20px;
	font-weight: 600;
	font-size: 1.3rem;
}

.search_more_results {
	text-align: center;
	padding: 20px 0 0;
	margin-bottom: -20px;
}

.result_item {
	padding: 10px 20px;
	width: 100%;
}

.result_item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #d3d2d2;
	padding: 5px 0;
}

.result_item a img {
	width: 70px;
	margin: 0;
}

.result_text {
	margin-left: 20px;
}

.result_text p {
	font-size: 1.1rem;
	font-weight: 600;
}

.result_text span {
	color: #999;
	font-weight: 400;
	font-size: 0.7rem;
	display: block;
}

header .menu-dropdown {
	display: none;
	width: 100%;
	padding: 20px;
	position: fixed;
	left: 0px;
	top: 104px;
	background: #f6f6f6;
	transition: 1s top;
}

.search_backdrop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(0 0 0 / 60%);
	top: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out;
	overflow-y: auto;
}

.search_backdrop.show {
	opacity: 1;
	visibility: visible;
}

.menu-dropdown-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0px auto;
}

.menu-dropdown .nav-section {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}

.nav-section img.nav-image {
	margin-bottom: 20px;
	max-height: 74px;
}

.nav-section .nav-title {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.nav-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-section a {
	color: #212529;
	display: block;
	font-weight: normal;
}

.nav-section .nav-subtitle {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding-top: 7px;
}

.nav_toggle_menu {
	display: none;
	position: relative;
}

.nav_toggle_menu input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

.nav_toggle_menu span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.nav_toggle_menu span:first-child {
	transform-origin: 0% 0%;
}

.nav_toggle_menu span:last-child {
	margin-bottom: 0;
	transform-origin: 0% 100%;
}

.nav_toggle_menu input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-3px, 0);
	background: #232323;
}

.nav_toggle_menu input:checked~span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.nav_toggle_menu input:checked~span:nth-last-child(1) {
	transform: rotate(-45deg) translate(-3px, 0);
}



.mobile_menu_sideover {
	width: 80%;
	position: absolute;
	background: #fff;
	height: calc(100vh - 104px);
	top: 104px;
	left: 100%;
	z-index: 1;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
}

.mobile_menu_sideover.show {
	left: 20%;
}

.sideover_wrapper {
	overflow: hidden;
	height: 100%;
}

.sideover_wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}

.sideover_wrapper nav {
	position: relative;
	width: 100%;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
	left: 0;
	padding: 20px 0;
}

.sideover_wrapper nav.hide {
	left: -100%;
}

.sideover_wrapper nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.sideover_wrapper nav ul li {
	padding: 10px 30px;
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
	background: #fff;
}

.sideover_wrapper nav ul li>a {
	color: #000;
	font-weight: 600;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.nav_arrow {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 22px;
	height: 27px;
	border: 2px solid transparent;
	border-radius: 100px;
}

span.nav_arrow:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	transform: rotate(-45deg);
	right: 6px;
	color: #fd0;
	top: 4px;
}

span.nav_arrow.back {
	height: 24px;
}

span.nav_arrow.back:after {
	transform: rotate(135deg);
	width: 13px;
	height: 13px;
}

.sideover_menu_toggle {
	width: 100%;
	position: absolute;
	background: #fff;
	height: 100vh;
	top: 0;
	left: 100%;
	z-index: 2;
	padding: 20px 0;
	transition: left 0.6s cubic-bezier(1, 0, 0.5, 1);
}

.sideover_menu_toggle.hidden {
	left: 0;
}

.sideover_menu_toggle.active {
	left: 100%;
}

.sideover_menu_toggle .sideover_menu_toggle:not(.active) {
	left: 200%;
}

.subnav_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.subnav_items a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.subnav_items a img {
	width: 120px;
}

.subnav_items a p {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 7px;
}

.sideover_nav_back {
	margin-top: 30px;
	margin-left: 30px;
}

.sideover_nav_back a {
	background: #fd0;
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 100px;
}

.sideover_social {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
	position: absolute;
	width: 100%;
	margin-bottom: 40px;
	z-index: 9999;
}

.sideover_social a img {
	margin: 8px;
	width: 32px;
	height: 32px;
}

.subnav_links {
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.subnav_links a {
	display: flex;
	margin-bottom: 20px;
	color: #000;
	text-transform: uppercase;
}

.subnav_links a .nav_arrow {
	background: #fd0;
	width: 25px;
	height: 25px;
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subnav_links a .nav_arrow:after {
	color: #000;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	position: absolute;
	right: 7px;
	top: 6px;
}

.header-top-icons {
	position: absolute;
	right: 50px;
	z-index: 999;
	top: 30px;
}

.header-top-icons nav ul li {
	display: inline-block;
	margin-left: 30px;
	font-size: 15px;
	font-weight: 500;
}

.header-top-icons a,
.header-top-icons a:hover {
	color: var(--yellow-1);
}


.secondary-nav {
	background: #000;
	padding: 15px 0;
	position: fixed;
	z-index: 8;
	width: 100%;
}

.secondary-nav-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	padding: 0 30px;
}

.secondary-nav-wrapper.show {
	display: flex;
}

.secondary-nav-trigger {
	display: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
}

.secondary-nav-trigger i {
	margin-right: 9px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.secondary-nav-trigger.active i {
	transform: rotate(-90deg);
}

.secondary-nav-links {
	display: flex;
	align-items: center;
}

.secondary-nav-links a {
	color: #FFF;
	font-size: 14px;
	margin-right: 50px;
}

.secondary-nav-search {
	display: flex;
	align-items: center;
}

.secondary-nav-search input {
	border-radius: 20px;
	font-size: 13px;
	padding: 6px 20px;
	border: none;
	background: #383838;
	color: #fff;
	width: 300px;
	height: 40px;
}

.secondary-nav-search input::placeholder {
	color: #fff;
}

section.hero {
	color: #FFF;
	overflow: hidden;
	width: 100%;
	min-height: 800px;
	padding-top: 0px;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.hero.blog-hero {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.HomeSwiper {
	width: 100%;
	height: 800px;
}

.swiper-slide {
	display: flex !important;
	justify-content: center;
}

.swiper-pagination {
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	background: #CCC !important;
	opacity: 0.5 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--yellow-1) !important;
	opacity: 1 !important;
}

.HomeSwiper .swiper-button-next,
.HomeSwiper .swiper-button-prev {
	color: #FFF !important;
}

.HomeSwiper .swiper-button-prev {
	left: 30px !important;
}

.HomeSwiper .swiper-button-next {
	right: 30px !important;
}

.hero_wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	background-size: cover;
	background-position: center;
}

.hero_wrapper:after {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	display: inline-block;
	position: absolute;
}

.hero_wrapper>* {
	z-index: 2;
}

.hero_wrapper .hero_content {
	width: 50%;
}

figure.hero_bg,
figure.hero_bg_mobile {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
}

figure.hero_bg:after {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	display: inline-block;
}

figure.hero_bg_mobile {
	display: none;
}

.hero_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.hero_content h2 {
	text-align: left;
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.5rem;
}

.hero_content p {
	text-transform: uppercase;
	font-size: 1rem;
}

a.btn-hero {
	margin-top: 40px;
}

.card-section-info h2 {
	color: var(--yellow-1);
	font-size: 4rem;
	margin-bottom: 20px;
	font-weight: 700;
}

.card-section-info span {
	font-weight: 600;
	font-size: 1.1rem;
}

.card-section-info p {
	color: var(--gray);
	font-weight: 500;
}

.learn-explore article {
	padding: 0 20px;
}

.learn-explore article figure {
	height: 350px;
	padding: 0;
	width: 100%;
	margin: 0;
}

.learn-explore article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.learn-explore article h4 {
	font-size: 1.2rem;
	padding-left: 5px;
	padding-top: 15px;
}

.learn-explore article .btn {
	display: inline-flex;
}

section.embajadores .row>* {
	margin: 0;
	padding: 0;
}

.ambassadors {
	overflow: hidden;
}

.ambassadors figure {
	display: flex;
}

.ambassadors figure img {
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.ambassadors.big,
.ambassadors.big figure img {
	height: 600px;
}

.ambassadors.medium,
.ambassadors.medium figure img {
	height: 400px;
}

.ambassadors.text {
	background: #000;
	height: 100%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.ambassadors.text h3 {
	color: var(--yellow-1);
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.5rem;
	margin: 0;
}

.ambassadors.text p {
	color: var(--gray);
	font-weight: 500;
	margin-bottom: 50px;
	width: 80%;
}

.ambassadors.text .btn {
	display: inline-flex;
}

section.workshops {
	padding: 100px 0;
}

.workshops_header {
	margin-bottom: 40px;
	display: flex;
}

.workshops_header_title {
	width: 50%;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.workshops_header_title h2 {
	font-size: 3rem;
	font-weight: 700;
	margin: 0;
}

.workshops_header_cta {
	width: 50%;
	text-align: left;
	padding-left: 20px;
}

.workshops_header_cta p {
	font-size: .8rem;
	font-weight: 500;
	line-height: 1rem;
	width: 70%;
}

.workshops_header_cta .btn {
	display: inline-block;
	text-align: center;
}

.workshops article {
	padding: 0 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.workshops article figure {
	height: 500px;
	padding: 0;
	width: 100%;
	margin: 0;
}

.workshops article figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.workshops article h4 {
	font-size: 1.5rem;
	padding-top: 22px;
	font-weight: 700;
	margin-bottom: 4px;
}

.workshops article span {
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--gray);
}

.workshops article span:nth-child(4) {
	font-size: .9rem;
	width: 80%;
	margin-bottom: 30px;
}

.workshops article a {
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	line-height: 1rem;
}


.workshops-gallery {
	display: block;
	position: relative;
}

.workshop-gallery-item {
	height: 300px;
	width: 100%;
	overflow: hidden;
	margin: 0px 10px;
}

.workshop-gallery-item picture {
	display: inline-block;
	height: 300px;
	width: 100%;
}

.workshop-gallery-item picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.workshops-gallery .swiper-pagination {
	bottom: -34px !important;
}

.workshops-gallery .swiper-pagination-bullet {
	background: #999 !important;
	opacity: 0.5 !important;
}

.workshops-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--yellow-1) !important;
	opacity: 1 !important;
}


.workshops-gallery .swiper-button-next,
.workshops-gallery .swiper-button-prev {
	color: #000 !important;
}

.workshops-gallery .swiper-button-prev {
	left: -35px !important;
}

.workshops-gallery .swiper-button-next {
	right: -35px !important;
}

.search-form-input {
	display: flex;
	-webkit-box-flex: 1;
	box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.search-form-input input {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	vertical-align: middle;
	background-image: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
	padding: 12px 20px 12px 20px;
	color: #FFF;
}

.search-form-submit button {
	width: 55px;
	height: 55px;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	outline: none !important;
	font-size: 18px;
	color: #FFF;
}

section.notes-list,
.workshops-list,
.art-gallery {
	padding: 100px 40px 80px;
}

.list-head {
	margin-left: 12px;
	display: flex;
	flex-direction: column;
}

.list-head span {
	color: var(--gray);
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.list-head h2 {
	font-size: 2.2rem;
	font-weight: 700;
}

.class-list {
	margin: 0 12px 0 0;
}

.class-list article {
	text-align: center;
}

.class-list article figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.class-list article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.class-list article a {
	color: #000;
}

.class-list article a h4 {
	font-size: 1.1rem;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 600;
}

.class-list article span {
	font-size: 0.8rem;
	line-height: 20px;
	font-weight: 500;
	color: var(--gray);
}

.tags h5 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 14px;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 20px;
}

.tag-list a {
	color: #000;
	text-transform: uppercase;
	background: #e5e5e5;
	font-weight: 500;
	padding: 2px 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

.tag-list a.tag-selected {
	background: #fd0;
	font-weight: 700;
}

.tag-list a.tag-selected i {
	margin-left: 6px;
}

.list-pagination {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.list-pagination a {
	color: var(--gray);
	margin: 0 8px;
}

.list-pagination a.active,
.list-pagination a:hover {
	font-weight: 600;
}

.blog-entry .entry {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFF;
	margin-top: -100px;
	position: relative;
	padding: 70px 50px;
}

.blog-entry .entry article {
	width: 100%;
}

.entry-heading {
	color: var(--gray);
	font-size: .8rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.entry-heading a {
	color: var(--gray);
}

.entry-info span {
	margin-right: 20px;
}

.blog-entry .entry article h2 {
	font-size: 2.2rem;
	font-weight: 700;
	width: 75%;
}

.blog-entry .entry article p {
	color: var(--gray);
	font-size: .9rem;
	font-weight: 500;
}

.blog-entry .entry article ul,
.blog-entry .entry article ol {
	font-size: 0.9rem;
	color: var(--gray);
	font-weight: 500;
	list-style-type: disc;
	margin-left: 40px;
}

.blog-entry .entry article ol {
	margin-left: 0px;
}

.blog-entry .entry article figure {
	padding: 20px 50px;
	text-align: center;
}

.blog-entry .entry article figure img {
	max-width: 75%;
}

.blog-entry .entry article h5 {
	font-size: 1.5rem;
}

.entry-quote {
	width: 75%;
	margin-top: 150px;
}

.quote-media {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quote-media p {
	text-align: center;
	font-size: .8rem;
	line-height: 1.2rem;
	font-weight: 500;
}

.quote-block {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.quote-block p {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3rem;
}

span.quote-line {
	display: flex;
	align-items: center;
}

.quote-line:after,
.quote-line:before {
	width: 160px;
	height: 1px;
	border-top: 1px solid var(--gray-2);
	display: inline-block;
	content: '';
	padding-top: 0.5em;
	margin-left: 5%;
	margin-right: 5%;
}

.quote-line img {
	width: 30px;
}

.quote-line.bottom img {
	transform: rotate(180deg);
}

.products-related {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 100px 0;
}

.products-related h3 {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 0;
}

.products-related-list a {
	color: #000;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
}

.products-related-list a picture {
	height: 160px;
	display: flex;
	justify-content: center;
	aspect-ratio: 1/1;
}

.products-related-list a picture img {
	object-fit: contain;
}

.products-related-list a p {
	font-weight: 500;
}

.entry-nav {
	margin: 100px 0;
	border-top: 2px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	padding: 20px 0;
}

.entry-nav-item {
	display: flex;
	flex-direction: row;
	color: #000;
	align-items: center;
}

.entry-nav-item.next {
	justify-content: flex-start;
}

.entry-nav-item.prev {
	justify-content: flex-end;
}

.entry-nav-item picture {
	height: 140px;
	aspect-ratio: 1/1;
}

.entry-nav-item picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.entry-nav-item .entry-nav-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.entry-nav-item.prev .entry-nav-text {
	text-align: right;
	padding-right: 30px;
	align-items: flex-end;
}

.entry-nav-item.next .entry-nav-text {
	text-align: left;
	padding-left: 30px;
	align-items: flex-start;
}

.entry-nav-text span {
	color: var(--gray);
	margin-bottom: 15px;
}

.entry-nav-item.prev .entry-nav-text span i {
	margin-right: 15px;
}

.entry-nav-item.next .entry-nav-text span i {
	margin-left: 15px;
}

.entry-nav-text h5 {
	font-weight: 500;
	font-size: 1rem;
	width: 75%;
	margin: 0;
}

.entry-nav-text.influencer-nav h5 {
	width: 100%;
}

section.influencers>* {
	margin: 0;
	padding: 0;
}

.influencer-block {
	border-bottom: 10px solid var(--yellow-1);
}

.influencer-block:last-child {
	border-bottom: none;
}

.influencer-block h2 {
	display: flex;
	align-items: center;
	color: #FFF;
	margin-top: -100px;
	margin-left: 80px;
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
}

.influencer-block h2 img {
	height: 34px;
	margin-left: 15px;
}

picture.thumb-big {
	height: 100vh;
	width: 100%;
	display: flex;
}

picture.thumb-medium {
	height: 33.3333333333vh;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

picture.thumb-small {
	height: 33.3333333333vh;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

.influencer-block picture img {
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.profile {
	background: #ac9271;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 40px;
	text-align: center;
	color: #FFF;
}

.profile picture {
	width: 150px;
	margin-top: 30px;
	height: 150px;
	overflow: hidden;
	border-radius: 100px;
}

.profile h5 {
	font-size: 1.5rem;
	color: #FFF;
	margin: 25px 0 0;
}

.profile p {
	font-size: 0.9rem;
	opacity: 0.8;
	padding-bottom: 80px;
}

/* .profile-social-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: center;
} */

.profile-social-list {
	margin-top: 20px;
}

.profile-social-list a {
	background: #ac9271;
	padding: 20px 10px;
	color: #FFF;

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.profile-social-list a i {
	font-size: 18px;
	margin-right: 5px;
}

.profile-gallery-block {
	margin-top: 80px;
	margin-bottom: 30px;
}

.profile-gallery-block h5,
.profile-equipment-block h5 {
	font-size: 1.5rem;
	margin: 0 0 20px;
}

.profile-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.profile-gallery a picture {
	display: inline-block;
	height: 85px;
	width: 100%;
}

.profile-gallery a picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.articles-list {
	margin: 0 12px 0 0;
}

.articles-list article figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

.articles-list article figure img {
	object-fit: cover;
	height: 100%;
}

.articles-list article a {
	color: #000;
}

.articles-list article a h4 {
	font-size: 1.1rem;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: 600;
}

.articles-list article p {
	font-size: 0.8rem;
	line-height: 20px;
	font-weight: 500;
	color: var(--gray);
}

.art-title-box {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.art-title-box h1 {
	margin-right: 40px;
	width: 30%;
}

.art-title-box p {
	font-size: .8rem;
	font-weight: 600;
	line-height: 1rem;
}

.art-hero {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 100px;
	position: relative;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.art-hero:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: inline-block;
}

.art-hero:after {
	content: '';
	width: 30%;
	height: 20px;
	background-color: var(--yellow-1);
	z-index: 9999;
	position: absolute;
	right: -90px;
	bottom: 40px;
}

.art-hero>* {
	position: relative;
	z-index: 99;
	padding: 0 30px;
}

.art-hero h2 {
	font-size: 3.8rem;
	font-weight: 700;
	margin: 0;
}

.art-hero h3 {
	font-size: 1.5rem;
}

.art-hero span {
	font-size: 1.3rem;
	margin-bottom: 40px;
}

.art-gallery-list article {
	display: flex;
	flex-direction: column;
}

.art-gallery-list article picture {
	height: 500px;
	aspect-ratio: 9/16;
}

.art-gallery-list article picture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.art-gallery-list article .item-info {
	margin: 10px 0;
	font-weight: 700;
	color: var(--gray);
	font-size: 1.1rem;
}

.art-gallery-list article h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.art-gallery-list article p {
	color: var(--gray);
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.4rem;
}

.art-gallery-list article .btn {
	width: max-content;
	margin-top: 30px;
}

.art-gallery-cta {
	margin: 100px 0 30px;
}

.art-gallery-cta h2 {
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
}

.art-gallery-cta .cta-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 30px;
}

.art-gallery-cta .cta-info span {
	font-weight: 500;
	font-size: .9rem;
	line-height: 1.5rem;
	padding-right: 40px;
}

.art-big-hero {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 100px;
	position: relative;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.art-big-hero:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: inline-block;
}

.art-big-hero>* {
	z-index: 2;
}

.art-big-hero h1 {
	font-size: 3.5rem;
	margin: 0;
}

.art-big-hero h3 {
	font-size: 1.8rem;
	margin-top: 20px;
}

section.art-details p {
	font-size: .9rem;
	line-height: 1.5rem;
	padding: 50px 0;
}

section.art-details .quote-block p {
	font-weight: 500;
	padding: 0 20px;
}

.art-details .quote-line:after,
.art-details .quote-line:before {
	content: unset;
}

.art-gallery-item {
	margin-bottom: 40px;
}

.art-gallery-item picture img {
	width: 100%;
}

.art-author {
	text-align: center;
	margin: 100px 0;
}

.art-author picture {
	width: 250px;
	display: inline-block;
}

.art-author h4 {
	font-size: 1.4rem;
	margin-top: 10px;
}

.art-author p {
	padding: 0 !important;
	font-size: 0.8rem !important;
	font-weight: 500;
}

.no-results {
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 50px 20px;
}

footer {
	display: flex;
	background: #000;
	align-items: center;
	padding: 50px;
	flex-direction: column;
}

footer img {
	max-width: inherit;
}

.footer-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-inner-content {
	text-align: center;
}

footer .footer-nikon-logo img {
	height: 62px;
}


.footer-links {
	display: flex;
	justify-content: center;
	color: #555555;
	align-items: center;
}

.footer-links a {
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
}

.footer-links span {
	padding: 0 5px;
}

.footer-sites {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .footer-udenio-logo img {
	width: 120px;
	height: 50px;
}

.footer-site {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 30px;
}

.footer-site span {
	color: var(--yellow-1);
	font-weight: 500;
	font-size: .9rem;
}

.footer-site a {
	color: var(--gray);
	font-weight: 500;
	font-size: .8rem;
}

.footer-both-logo {
	display: none;
}

.footer-both-logo img.nikon-logo {
	height: 62px;
}

.footer-both-logo img.udenio-logo {
	width: 120px;
	height: 50px;
}

.footer-copyright {
	color: #fff;
	font-size: .75rem;
	margin: 0;
	padding: 15px 0;
}

@media (min-width: 991px) {
	.mobile_menu_sideover {
		display: none;
		opacity: 0;
	}
}

@media (max-width: 991px) {

	.blog-entry .entry iframe {
		width: 100%;
	}

	.nav_toggle_menu {
		display: block;
	}

	div.udenio-logo,
	.menu-navbar nav {
		display: none;
	}

	.header-inner {
		padding-bottom: 8px;
		align-items: center;
	}

	.menu-navbar {
		justify-content: flex-end;
		align-items: center;
	}

	.search_wrapper {
		padding: 50px 15px;
	}

	.search_box,
	.search_box input {
		width: 100%;
	}

	.search_box .close_icon {
		position: absolute;
		top: -45px;
		right: -10px;
		margin: 13px;
	}

	.tns-video-container video {
		height: 100vw;
		width: auto;
	}

	.tns-video-container {
		height: auto;
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}

	[data-controls="next"] {
		right: 20px;
	}

	[data-controls="prev"] {
		left: 20px;
	}

	.site-logo {
		margin-bottom: 0;
	}

	.menu-icons {
		padding-bottom: 0;
	}

	.secondary-nav-wrapper {
		display: none;
		flex-direction: column;
		align-items: center;
		padding: 15px 0;
	}

	.secondary-nav-trigger {
		display: block;
	}

	.secondary-nav-links {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.secondary-nav-links a {
		margin: 12px 0;
		font-size: 16px;
	}
}

@media (max-width: 767px) {

	.blog-entry .entry article h2 {
		font-size: 2rem;
		width: 100%;
	}

	footer {
		justify-content: space-between;
		flex-direction: column;
		padding: 50px 20px 0px;
	}

	.footer-sites {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.footer-site {
		margin: 20px;
	}

	.footer-both-logo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 40px;
		width: 100%;
	}

	.header-top-icons,
	.footer-nikon-logo,
	.footer-udenio-logo {
		display: none;
	}

	main {
		width: 100%;
		margin-left: 0;
	}

	section {
		padding-top: 80px;
		max-width: 100vw;
	}

	.card-section-info h2 {
		font-size: 3.5rem;
	}

	.learn-explore article {
		padding: 0;
		margin-bottom: 40px;
	}

	section .container {
		padding: 0 20px;
	}

	.ambassadors.text {
		padding: 50px 40px;
	}

	.workshops_header {
		flex-direction: column;
		align-items: center;
	}

	.workshops_header_title {
		width: 100%;
		padding-right: 0;
		justify-content: center;
		text-align: center;
	}

	.workshops_header_cta {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.workshops_header_cta p {
		width: 100%;
		margin: 30px 0;
	}

	.workshops article {
		margin: 20px 0;
	}

	picture.thumb-big {
		height: 70vh;
	}

	.hero_content h2 {
		font-size: 2rem;
		line-height: 2.3rem;
	}

	.hero_wrapper .hero_content {
		width: 100% !important;
	}

	.hero_content p {
		font-size: 0.9rem;
	}

	section.hero {
		min-height: 600px;
	}

	.influencer-block h2 {
		width: 100%;
		margin-left: 30px;
		font-size: 2.2rem;
	}

	.HomeSwiper {
		height: 600px;
	}

	.workshop-gallery-item {
		height: 200px;
	}

	.art-big-hero h1 {
		line-height: 3.5rem;
	}

	section.art-big-hero {
		margin-bottom: 0px;
	}

	section.art-details {
		padding-top: 0px;
	}

	.quote-block {
		margin-top: 50px;
	}

	.art-title-box {
		flex-direction: column;
		text-align: center;
	}

	.art-title-box h1 {
		width: 100%;
		margin-right: 0;
	}

	section.notes-list,
	.workshops-list,
	.art-gallery {
		padding: 80px 12px 80px;
	}

	.art-hero h2 {
		font-size: 3rem;
	}

	.art-hero h3 {
		font-size: 1.2rem;
		margin: 14px 0 4px;
	}

	.art-hero span {
		font-size: 1rem;
	}

	.art-hero:after {
		right: -30px;
	}

	.art-gallery-list .container-fluid {
		padding: 0;
	}

	.art-gallery-list article {
		margin-bottom: 40px;
	}

	.art-gallery-cta .cta-info {
		flex-direction: column;
		text-align: center;
	}

	.art-gallery-cta .cta-info span {
		padding: 0;
		margin-bottom: 30px;
	}

	.art-gallery-cta h2 {
		text-align: center;
	}

	.blog-entry .entry {
		margin-top: -150px;
		padding: 70px 10px;
	}

	.blog-entry .entry article figure {
		padding: 20px 0;
	}

	.blog-entry .entry article figure img {
		max-width: 100%;
	}

	.entry-quote {
		width: 100%;
	}

	.quote-block p {
		font-size: 1.2rem;
		line-height: 1.9rem;
	}

	.products-related h3 {
		font-size: 1.4rem;
		padding: 20px;
	}

	a.entry-nav-item.prev {
		margin-bottom: 40px;
	}

	.entry-nav-item picture {
		height: 110px;
	}

	.entry-nav-text h5 {
		font-size: .85rem;
		line-height: 1.2rem;
		width: 100%;
	}

	.articles-list article {
		margin-bottom: 40px;
	}

	.tags {
		margin-top: 50px;
	}

	section.influencers {
		padding: 0;
	}

	.profile-gallery-block {
		margin-bottom: 100px;
	}

}