
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-media-player .oxy-pro-media-player_play {
	--extras-play-icon-size: 60px;
}

.oxy-pro-media-player .oxy-pro-media-player_play button:hover {
	--vm-play-scale: 1;
}

.oxy-pro-media-player .oxy-pro-media-player_play button {
	transition-duration: .3s;
}

.oxy-pro-media-player vime-player {
	--vm-control-scale: .9;
	--extras-slider-height: 2px;
	--vm-control-group-spacing: 12px;
	--vm-controls-padding: 15px;
	--vm-controls-spacing: 15px;
	--vm-time-font-size: 13px;
	--vm-control-border-radius: 3px;
	--extras-spinner-size: 80px;
	--vm-spinner-thickness: 3px;
	--vm-spinner-spin-duration: 1s;
	--vm-tooltip-spacing: 3px;
	--vm-tooltip-padding: 3px;
}

.oxy-pro-media-player .oxy-pro-media-player_custom-image {
	--extras-poster-left: 50%;
	--extras-poster-top: 50%;
}

.oxy-pro-media-player vime-player.video {
	height: 0;
	overflow: hidden;
}

.oxy-pro-media-player .extras-in-builder vime-spinner {
	opacity: 0;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: "Open Sans";
}

body {
	line-height: 1.4;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

.oxy-nav-menu-hamburger-line {
	background-color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans";
	font-size: 36px;
	font-weight: 900;
	color: #002f5f;
}

h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: 900;
}

h3, h4, h5, h6 {
	font-size: 24px;
}

h4, h5, h6 {
	font-size: 20px;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #0074db;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.oxel_megamenu_parent:hover {
	background-color: #cfd3d7;
}

.oxel_megamenu_parent {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
	background-color: #f9f9fa;
	transition-duration: .3s;
}

.oxel_megamenu_parent__title {
	color: #374047;
}

.oxel_megamenu__wrapper {
	padding-top: 32px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	opacity: 1;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	position: relative;
	width: 100%;
	z-index: 1999;
}

.oxel_megamenu__wrapper:not(.ct-section):not(.oxy-easy-posts), .oxel_megamenu__wrapper.oxy-easy-posts .oxy-posts, .oxel_megamenu__wrapper.ct-section .ct-section-inner-wrap {
	flex-direction: unset;
}

.oxel_megamenu__wrapper--hidden {
	transform: translateY(64px);
	opacity: 0;
	pointer-events: none;
}

.oxel_megamenu__close-icon {
	color: #333;
}

.oxel_megamenu__close-icon 
>svg {
	width: 32px;
	height: 32px;
}

.oxel_megamenu__close-icon {
	position: absolute;
	top: 48px;
	right: 16px;
}

.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts), .oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts, .oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

@media (max-width: 991px) {
	.oxel_megamenu__close-icon {}
	
	.oxel_megamenu__close-icon:not(.ct-section):not(.oxy-easy-posts), .oxel_megamenu__close-icon.oxy-easy-posts .oxy-posts, .oxel_megamenu__close-icon.ct-section .ct-section-inner-wrap {
		display: flex;
	}
}

.oxel_circular_counter {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #00fff2;
	background-color: #dee1e3;
}

.oxel_circular_counter__inner {
	width: 100%;
	height: 100%;
	background-color: #f9f9fa;
	border-radius: 50%;
	text-align: center;
}

.oxel_circular_counter__inner:not(.ct-section):not(.oxy-easy-posts), .oxel_circular_counter__inner.oxy-easy-posts .oxy-posts, .oxel_circular_counter__inner.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.oxel_circular_counter__number {
	color: #374047;
	font-size: 32px;
	font-weight: 100;
}

.oxel_circular_counter__unit {
	color: #374047;
	font-weight: 100;
	font-size: 32px;
}

.oxel_number_counter {}

.oxel_number_counter__number {
	font-family: Open Sans;
	color: #e6f0fa;
}

.oxel_number_counter__label {
	font-family: Open Sans;
	color: #e6f0fa;
}

.oxel_iconlist {
	max-width: 100%;
}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: 0px;
}

.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist__row.oxy-easy-posts .oxy-posts, .oxel_iconlist__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_iconlist__row__icon {
	color: #7f8b93;
}

.oxel_iconlist__row__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_iconlist__row__icon {
	margin-left: 32px;
	margin-right: 32px;
}

.oxel_iconlist__row__label {}

.oxel_iconlist__row--dark {
	background-color: #eceeef;
}

.oxel_accordion {
	border-top-color: #adb4b9;
	border-right-color: #adb4b9;
	border-bottom-color: #adb4b9;
	border-left-color: #adb4b9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oxel_accordion:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion.oxy-easy-posts .oxy-posts, .oxel_accordion.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.oxel_accordion__row {
	font-family: Open Sans;
	width: 100%;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	text-align: justify;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	background-color: #f9f9fa;
	border-right-style: none;
	border-left-style: none;
	font-weight: 600;
	margin-bottom: 0px;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #002f5f;
}

.oxel_accordion__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
}

.oxel_accordion__row_left {}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-color: #98a1a8;
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: 3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: max-height;
	margin-top: 0px;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	z-index: -1;
	padding-bottom: 0px;
	transition-duration: 0s;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	color: #0065bd;
}

.tabs-8932-tab:hover {
	background-color: #fff;
}

.tabs-8932-tab {
	background-color: #eceeef;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 32px;
	padding-right: 32px;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	border-top-color: #eceeef;
	border-right-color: #eceeef;
	border-bottom-color: #eceeef;
	border-left-color: #eceeef;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.tabs-8932-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-8932-tab.oxy-easy-posts .oxy-posts, .tabs-8932-tab.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 991px) {
	.tabs-8932-tab {
		border-bottom-style: none;
		border-right-color: #dee1e3;
		border-right-width: 1px;
		border-right-style: solid;
	}
}

@media (max-width: 479px) {
	.tabs-8932-tab {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.tabs-8932-tab-active {
	margin-left: -8px;
	background-color: #fff;
	border-top-color: #dee1e3;
	border-right-color: #dee1e3;
	border-bottom-color: #dee1e3;
	border-left-color: #dee1e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 40px;
}

@media (max-width: 991px) {
	.tabs-8932-tab-active {
		border-top-color: #dee1e3;
		border-right-color: #dee1e3;
		border-bottom-color: #dee1e3;
		border-left-color: #dee1e3;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: none;
		border-left-style: solid;
		margin-left: 0px;
		padding-left: 32px;
	}
}

@media (max-width: 479px) {
	.tabs-8932-tab-active {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.tabs-contents-8932-tab {}

.oxel_dashboard_tabs {
	width: 100%;
}

.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

@media (max-width: 991px) {
	.oxel_dashboard_tabs {}
	
	.oxel_dashboard_tabs:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.oxel_dashboard_tabs__tab_icon {
	color: #7f8b93;
}

.oxel_dashboard_tabs__tab_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_dashboard_tabs__tab_icon {
	margin-right: 8px;
}

@media (max-width: 767px) {
	.oxel_dashboard_tabs__tab_icon {
		margin-right: 0px;
	}
}

.oxel_dashboard_tabs__tab_label {
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.oxel_dashboard_tabs__tab_label {}
	
	.oxel_dashboard_tabs__tab_label:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs__tab_label.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs__tab_label.ct-section .ct-section-inner-wrap {
		display: none;
		flex-direction: unset;
	}
}

.oxel_dashboard_tabs__tab {}

.oxel_dashboard_tabs__tab_content_container {
	width: 75%;
	border-top-color: #dee1e3;
	border-right-color: #dee1e3;
	border-bottom-color: #dee1e3;
	border-left-color: #dee1e3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	overflow: hidden;
}

@media (max-width: 991px) {
	.oxel_dashboard_tabs__tab_content_container {
		width: 100%;
		border-top-color: #dee1e3;
		border-right-color: #dee1e3;
		border-bottom-color: #dee1e3;
		border-left-color: #dee1e3;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
	}
}

.oxel_dashboard_tabs__tab_content--hidden {}

.oxel_dashboard_tabs__tab_content--hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_dashboard_tabs__tab_content--hidden.oxy-easy-posts .oxy-posts, .oxel_dashboard_tabs__tab_content--hidden.ct-section .ct-section-inner-wrap {
	display: none;
	flex-direction: unset;
}

.oxel_focus_section {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	overflow-x: hidden;
}

.oxel_focus_section .ct-section-inner-wrap {
	padding-right: 0;
	padding-left: 0;
}

.oxel_focus_section:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section.oxy-easy-posts .oxy-posts, .oxel_focus_section.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_focus_section__inner {
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
	width: 100%;
	text-align: center;
	z-index: 1001;
	position: relative;
}

.oxel_focus_section__inner:not(.ct-section):not(.oxy-easy-posts), .oxel_focus_section__inner.oxy-easy-posts .oxy-posts, .oxel_focus_section__inner.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.oxel_focus_section__backdrop {
	position: fixed;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 1000;
	opacity: 0;
	transition-duration: .8s;
	transition-timing-function: ease-in-out;
	transition-property: top bottom;
	top: 0px;
	pointer-events: none;
}

.oxel_dynamicslider {
	width: 100%;
}

.swiper-container {}

.oxel_dynamicslider__container {
	height: 400px;
}

.swiper-wrapper {}

.swiper-slide {}

.oxel_icon_button__container:hover {
	background-color: #cfd3d7;
}

.oxel_icon_button__container {
	background-color: #421079;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	transition-duration: .3s;
	border-radius: 25px;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text:hover {
	color: #0065bd;
}

.oxel_icon_button_text {
	color: #e6f0fa;
	margin-right: 8px;
}

.oxel_icon_button_icon:hover {
	transform: translate(10px);
	transition-duration: 3s;
}

.oxel_icon_button_icon {
	color: #e6f0fa;
}

.oxel_icon_button_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_icon_button_icon {
	margin-right: 5px;
	margin-left: 5px;
}

.oxel_section_indicator {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 30px;
	z-index: 10;
	padding-left: 8px;
	padding-right: 32px;
}

.oxel_section_indicator:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator.oxy-easy-posts .oxy-posts, .oxel_section_indicator.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__dot {
	width: 16px;
	height: 16px;
	background-color: #606e79;
	border-radius: 50%;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #f9f9fa;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	min-height: 0px !important;
	min-width: 0px !important;
}

.oxel_section_indicator__dot:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator__dot.oxy-easy-posts .oxy-posts, .oxel_section_indicator__dot.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__label:after {
	transform: rotate(45deg);
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #606e79;
	right: -6px;
	z-index: -1;
	border-top-right-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-radius: 0px;
	content: "";
}

.oxel_section_indicator__label {
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #606e79;
	border-radius: 0px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	right: calc(100% + 8px);
}

.oxel_section_indicator__label:not(.ct-section):not(.oxy-easy-posts), .oxel_section_indicator__label.oxy-easy-posts .oxy-posts, .oxel_section_indicator__label.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.oxel_section_indicator__label__text {
	color: #f9f9fa;
}

.oxel_section_indicator__label--hidden {
	transform: translate(112px);
	opacity: 0;
}

.oxel_flipbox {
	width: 185px;
	position: relative;
	height: 278px;
}

.oxel_flipbox__front {
	background-image: linear-gradient(rgba(25, 22, 22, .2), rgba(25, 22, 22, .2));
	width: 185px;
	text-align: center;
	height: 278px;
	background-position: 50% 50%;
}

.oxel_flipbox__front:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__front.oxy-easy-posts .oxy-posts, .oxel_flipbox__front.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.oxel_flipbox__back {
	background-size: contain;
	transform: rotateY(180deg);
	width: 185px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 278px;
}

.oxel_flipbox__back:not(.ct-section):not(.oxy-easy-posts), .oxel_flipbox__back.oxy-easy-posts .oxy-posts, .oxel_flipbox__back.ct-section .ct-section-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oxel-breadcrumb-wrapper {
	font-family: "suissethin-m";
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 20px;
}

.oxel-breadcrumb-code {
	font-family: Open Sans;
	width: 100%;
	font-size: 13px;
}

.oxy-stock-content-styles {}

.dentist-subheading {
	color: #999;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: 1px;
}

.dentist-heading-one {
	font-weight: 900;
	line-height: 1.1;
	color: #333;
}

@media (max-width: 767px) {
	.dentist-heading-one {
		font-size: 48px;
	}
}

@media (max-width: 479px) {
	.dentist-heading-one {
		font-size: 36px;
	}
}

.dentist-blogpost-content {
	font-family: Inherit;
	color: #0065bd;
}

.oxel_floating_icon_menu {
	position: fixed;
	right: 32px;
	bottom: 32px;
	text-align: right;
	z-index: 9999;
	pointer-events: none;
}

.oxel_floating_icon_menu:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.oxel_floating_icon_menu__main_icon:hover {
	background-color: #606e79;
	border: 1px solid #606e79;
}

.oxel_floating_icon_menu__main_icon:hover {}

.oxel_floating_icon_menu__main_icon {
	background-color: #374047;
	border: 1px solid #374047;
	padding: 16px;
	color: #f9f9fa;
}

.oxel_floating_icon_menu__main_icon 
>svg {
	width: 24px;
	height: 24px;
}

.oxel_floating_icon_menu__main_icon {
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	pointer-events: all;
}

.oxel_floating_icon_menu__row {
	margin-bottom: 8px;
	margin-top: 8px;
}

.oxel_floating_icon_menu__row:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu__row.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.floating_icon_menu__hidden_icon:hover {
	background-color: #606e79;
	border: 1px solid #606e79;
}

.floating_icon_menu__hidden_icon:hover {}

.floating_icon_menu__hidden_icon {
	background-color: #374047;
	border: 1px solid #374047;
	padding: 16px;
	color: #f9f9fa;
}

.floating_icon_menu__hidden_icon 
>svg {
	width: 18px;
	height: 18px;
}

.floating_icon_menu__hidden_icon {
	margin-right: 3px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_floating_icon_menu__label {
	margin-right: 16px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	background-color: #eceeef;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #374047;
}

.oxel_floating_icon_menu__hidden_links {
	transform: translate(100px);
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	opacity: 0;
	text-align: right;
}

.oxel_floating_icon_menu__hidden_links:not(.ct-section):not(.oxy-easy-posts), .oxel_floating_icon_menu__hidden_links.oxy-easy-posts .oxy-posts, .oxel_floating_icon_menu__hidden_links.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.hyperion-heading-two {
	color: #e6f0fa;
	font-weight: 900;
	font-size: 59px;
	line-height: 1;
}

@media (max-width: 991px) {
	.hyperion-heading-two {
		font-size: 96px;
	}
}

@media (max-width: 767px) {
	.hyperion-heading-two {
		font-size: 72px;
	}
}

@media (max-width: 479px) {
	.hyperion-heading-two {
		font-size: 60px;
	}
}

.hyperion-primary-button:hover {
	color: #fff;
	box-shadow: rgba(0, 0, 0, .1) 0 20px 40px;
	transform: scale(1.05, 1.05);
}

.hyperion-primary-button {
	background-image: linear-gradient(120deg, #0065bd, #002f5f);
	font-family: Open Sans;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	letter-spacing: .125em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 1000px;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	font-size: 18px;
}

@media (max-width: 991px) {
	.hyperion-primary-button {
		padding-left: 42px;
		padding-right: 42px;
	}
}

@media (max-width: 479px) {
	.hyperion-primary-button {
		font-size: 18px;
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 42px;
		padding-right: 42px;
	}
}

.hyperion-big-text {
	font-family: Open Sans;
	color: #23232d;
	font-size: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	max-width: 720px;
}

@media (max-width: 767px) {
	.hyperion-big-text {
		font-size: 24px;
	}
}

.hyperion-outline-button:hover {
	transform: scale(1.05, 1.05);
	color: #fff;
	background-color: #e96199;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e96199;
	border-right-color: #e96199;
	border-bottom-color: #e96199;
	border-left-color: #e96199;
}

.hyperion-outline-button {
	font-weight: 900;
	font-size: 24px;
	color: #e96199;
	line-height: 1;
	letter-spacing: .125em;
	text-align: center;
	text-decoration: none;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 58px;
	padding-right: 58px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: INF;
	border-right-color: INF;
	border-bottom-color: INF;
	border-left-color: INF;
	border-radius: 1000px;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
}

@media (max-width: 991px) {
	.hyperion-outline-button {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 479px) {
	.hyperion-outline-button {
		font-size: 18px;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.brewery-body-text {
	font-family: Open Sans;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.brewery-timeline-1-line-wrapper {
	background-image: url("https://www.interpeace.org/nitropack_static/OehrRdtGkvFUrRCjWbylKjQspQfOCnwK/assets/images/optimized/rev-128b5bf/brewery.oxy.host/wp-content/uploads/sites/46/2019/03/vert-line@2x.png");
	text-align: right;
	background-repeat: repeat-y;
	background-position: 100% 50%;
}

.brewery-timeline-1-line-wrapper.nitro-lazy {
	background-image: none !important;
}

.brewery-timeline-1-line-wrapper:not(.ct-section):not(.oxy-easy-posts), .brewery-timeline-1-line-wrapper.oxy-easy-posts .oxy-posts, .brewery-timeline-1-line-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 767px) {
	.brewery-timeline-1-line-wrapper {
		background-position: 0% 0%;
	}
}

@media (max-width: 479px) {
	.brewery-timeline-1-line-wrapper {
		background-position: 0% 0%;
	}
}

.brewery-timeline-1-digits {
	font-family: Open Sans;
	color: #e6f0fa;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	background-color: #0065bd;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 24px;
	padding-right: 24px;
}

.brewery-timeline-2-image {
	width: 100%;
	margin-bottom: 24px;
	padding-bottom: 40%;
}

.brewery-timeline-1-title {
	font-family: Open Sans;
	color: #002f5f;
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
}

.brewery-timeline-2-text-wrapper {}

@media (max-width: 767px) {
	.brewery-timeline-2-text-wrapper {
		background-image: url("https://www.interpeace.org/nitropack_static/OehrRdtGkvFUrRCjWbylKjQspQfOCnwK/assets/images/optimized/rev-128b5bf/brewery.oxy.host/wp-content/uploads/sites/46/2019/03/vert-line@2x.png");
		background-repeat: repeat-y;
		background-position: 0% 0%;
	}
	
	.brewery-timeline-2-text-wrapper.nitro-lazy {
		background-image: none !important;
	}
}

.dentist-footer-text {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: 400;
}

.dentist-heading-two {
	font-family: Open Sans;
	color: #333;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.1;
}

.dentist-slider-2-wrapper {
	width: 100%;
	background-color: #fff;
	padding-top: 48px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
	text-align: center;
	height: 100%;
}

.dentist-slider-2-wrapper:not(.ct-section):not(.oxy-easy-posts), .dentist-slider-2-wrapper.oxy-easy-posts .oxy-posts, .dentist-slider-2-wrapper.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dentist-slider-2-text {
	color: #002f5f;
	font-size: 25px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 24px;
}

.dentist-slider-2-avatar {
	width: 64px;
	border-radius: 100%;
	margin-bottom: 12px;
	margin-top: auto;
}

.dentist-slider-2-name {
	font-family: Open Sans;
	font-size: 16px;
	color: #0a5888;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 4px;
}

.dentist-slider-2-quote-icon {
	color: #00adef;
}

.dentist-slider-2-quote-icon 
>svg {
	width: 36px;
	height: 36px;
}

.dentist-slider-2-quote-icon {
	margin-bottom: 12px;
}

.dentist-slider-2-small-text {
	font-family: Open Sans;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	line-height: 1.5;
}

.dentist-other-single-content {}

.dentist-one-column-content {}

@media (max-width: 767px) {
	.dentist-one-column-content {}
}

.invitation-button-image:nth-of-type(2) {
	transform: scale(1.2, 1.2);
	opacity: 0;
}

.invitation-button-image {
	object-fit: cover;
}

.cambio-color:hover {
	transform: rotate(106deg) scale(3, 3) translateY(44px);
	filter: saturate(200%);
}

.cambio-color {
	transform: rotate(0deg);
	filter: saturate(100%);
}

.cambia-color:hover {
	transform: rotate(45deg);
	filter: saturate(200%);
}

.cambia-color {
	transform: rotate(0deg);
	transition-duration: 25s;
}

.feature-row {
	width: 100%;
}

.feature-row:not(.ct-section):not(.oxy-easy-posts), .feature-row.oxy-easy-posts .oxy-posts, .feature-row.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	grid-auto-rows: minmax(min-content, 1fr);
}

.ken-burn-fx {}

.ken-burns {}

.leadership-hover-image {}

.flipbox {}

.flipbox__front {}

.flipbox__front:not(.ct-section):not(.oxy-easy-posts), .flipbox__front.oxy-easy-posts .oxy-posts, .flipbox__front.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card__preview-text {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	overflow: hidden;
	max-height: 95px;
	margin-bottom: 25px;
}

.overlay-items {}

.card:hover .fade {
	opacity: 1;
}

.card {
	position: relative;
	overflow: hidden;
}

.card:not(.ct-section):not(.oxy-easy-posts), .card.oxy-easy-posts .oxy-posts, .card.ct-section .ct-section-inner-wrap {
	display: inline-block;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 47, 95, .51);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	transition-property: opacity, transform;
}

.overlay:not(.ct-section):not(.oxy-easy-posts), .overlay.oxy-easy-posts .oxy-posts, .overlay.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fade {
	opacity: 0;
}

.load-more-button {}

.show-more-grid {}

.view-more-button {}

.view-more-button:not(.ct-section):not(.oxy-easy-posts), .view-more-button.oxy-easy-posts .oxy-posts, .view-more-button.ct-section .ct-section-inner-wrap {
	display: block;
}

.oxy-post {}

.oxy-post:not(.ct-section):not(.oxy-easy-posts), .oxy-post.oxy-easy-posts .oxy-posts, .oxy-post.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.oxy-resources {}

.load-more:hover {
	background-color: #421079;
	border: 1px solid #421079;
}

.load-more:hover {}

.load-more {
	background-color: #421079;
	border: 1px solid #421079;
	color: #421079;
}

.load-more {
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #e6f0fa;
	button-hover_color: #421079;
	font-size: 25px;
	border-radius: 12px;
}

.level_button:hover {
	background-color: #0065bd;
	border: 1px solid #0065bd;
}

.level_button:hover {
	color: #e6f0fa;
}

.level_button {
	background-color: rgba(230, 240, 250, 0);
	color: #0065bd;
	button-hover_color: #0065bd;
	border-top-color: #e6f0fa;
	border-right-color: #e6f0fa;
	border-bottom-color: #e6f0fa;
	border-left-color: #e6f0fa;
}

.fast-filter {
	margin-bottom: 20px;
	border-bottom-style: solid;
}

.overlay-frontpage {
	position: absolute;
	right: 0px;
	bottom: 6px;
	left: 0px;
	background-color: rgba(25, 48, 90, .75);
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	max-height: 125px;
	min-height: 125px;
}

.overlay-frontpage:not(.ct-section):not(.oxy-easy-posts), .overlay-frontpage.oxy-easy-posts .oxy-posts, .overlay-frontpage.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hover-card-frontpage:hover {
	transform: scale(1.05, 1.05);
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
}

.hover-card-frontpage {}

.button-ip:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button-ip {
	background-image: linear-gradient(120deg, #0065bd, #002f5f);
	border-radius: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	align-self: center;
}

.item {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.item-1 {}

.item-2 {}

.item-3 {}

.item-4 {}

.item-5 {}

.stack_card {}

.left_top_menu:hover {
	background-color: #0065bd;
	width: 110%;
	height: 110%;
}

.left_top_menu {
	width: 100%;
}

.left_top_menu:not(.ct-section):not(.oxy-easy-posts), .left_top_menu.oxy-easy-posts .oxy-posts, .left_top_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.right_top_menu {}

.right_top_menu:not(.ct-section):not(.oxy-easy-posts), .right_top_menu.oxy-easy-posts .oxy-posts, .right_top_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.left_bottom_menu {}

.left_bottom_menu:not(.ct-section):not(.oxy-easy-posts), .left_bottom_menu.oxy-easy-posts .oxy-posts, .left_bottom_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.right_bottom_menu {}

.right_bottom_menu:not(.ct-section):not(.oxy-easy-posts), .right_bottom_menu.oxy-easy-posts .oxy-posts, .right_bottom_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.center_menu {}

.center_menu:not(.ct-section):not(.oxy-easy-posts), .center_menu.oxy-easy-posts .oxy-posts, .center_menu.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.header_top_left {
	font-size: 50px;
}

.section_less992 {}

@media (max-width: 991px) {
	.section_less992 {}
	
	.section_less992 .ct-section-inner-wrap {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.link_distance {
	margin-right: 5px;
	margin-left: 5px;
}

.link_distance:not(.ct-section):not(.oxy-easy-posts), .link_distance.oxy-easy-posts .oxy-posts, .link_distance.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.icon_width {
	width: 20px;
}

.country-representative-section {}

.goal-section {}

.news-section {}

.resources-section {}

.resources-section .ct-section-inner-wrap {
	padding-bottom: 75px;
}

.initiative-section {}

.read-more-section {}

.read-more-section .ct-section-inner-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.initiative-past-section {}

.programme-context {}

.Country_Programme_Link {}

.sticky-submenu {}

.contenedor {}

.accordion-img:before {
	content: "";
}

.accordion-img:hover {
	transform: scale(1.1, 1.1);
	flex-grow: 7;
	z-index: 100;
}

.accordion-img {
	transform: scale(1, 1);
	flex-grow: 1;
	transition-duration: .8s;
	transition-timing-function: ease;
	transition-property: flex;
	z-index: 1;
	height: 80vh;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 50% 50%;
}

.accordion-img:not(.ct-section):not(.oxy-easy-posts), .accordion-img.oxy-easy-posts .oxy-posts, .accordion-img.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.section {}

.active {}

.buttons {}

.sections {}

.master-slide {}

.cell {}

.button-name {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0);
	color: #fff;
}

.button-name {
	font-family: Open Sans;
}

.button-selector {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
}

.button-selector {
	margin-bottom: 50px;
}

.scroller {}

.scroller:not(.ct-section):not(.oxy-easy-posts), .scroller.oxy-easy-posts .oxy-posts, .scroller.ct-section .ct-section-inner-wrap {
	display: flex;
}

.selector-mobile-height {}

@media (max-width: 991px) {
	.selector-mobile-height {
		height: 90px;
	}
}

.alignright {
	width: 400px;
}

@media (max-width: 767px) {
	.alignright {}
}

.form_call {}

.video-container:hover {
	transform: scale(1.08, 1.08);
}

.video-container {
	transform: scale(1, 1);
	position: relative;
	width: 100%;
	transition-duration: .2s;
	transition-timing-function: linear;
	height: 260px;
}

@media (max-width: 479px) {
	.video-container {}
}

.contenedor-video1 {}

.main-container {
	width: 99%;
}

.main-container:not(.ct-section):not(.oxy-easy-posts), .main-container.oxy-easy-posts .oxy-posts, .main-container.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(7, minmax(100px, 1fr));
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

@media (max-width: 479px) {
	.main-container {}
	
	.main-container:not(.ct-section):not(.oxy-easy-posts), .main-container.oxy-easy-posts .oxy-posts, .main-container.ct-section .ct-section-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

.video-selector1 {}

.pillars-mhpss {
	height: 50px;
}

.video-selector2 {}

.video-selector3 {}

.video1-message {
	position: absolute;
	color: #e6f0fa;
	font-weight: 700;
	width: 100%;
	text-align: center;
	text-shadow: 0px 3px 3px black;
}

.video-master-containger1 {
	position: absolute;
}

@media (max-width: 479px) {
	.video-master-containger1 {
		height: 190px !important;
	}
}

.logos_header {}

.logo_hidden {}

.logo_hidden:not(.ct-section):not(.oxy-easy-posts), .logo_hidden.oxy-easy-posts .oxy-posts, .logo_hidden.ct-section .ct-section-inner-wrap {
	display: none;
}

.breadcrumb_header {}

.general_data_label {}

.open-lightbox {}

.title-ar {}

.init-message-ar {}

.videos-init-ar {}

.tabs-8476-tab {}

.tabs-8476-tab-active {}

.tabs-contents-8476-tab {}

.tabs-0305-tab {}

.tabs-0305-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-0305-tab.oxy-easy-posts .oxy-posts, .tabs-0305-tab.ct-section .ct-section-inner-wrap {
	display: flex;
}

.tabs-0305-tab-active {}

.tabs-contents-0305-tab {}

.tabs-8711-tab {}

.tabs-8711-tab-active {}

.tabs-contents-8711-tab {}

.dynamic_tabs_AR {}

.main-section {}

.footer_menu {}

.footer_black {}

.footer_icons {}

.justaclass {
	width: 25%;
}

.oxy-burger-trigger {}

.tabs-6228-tab {}

.tabs-6228-tab-active {}

.tabs-contents-6228-tab {}

.tab {}

.tablinks {}

.tabcontent {}

.fila {}

.alignleft {}

.order1 {}

.order2 {}

.video-selector4 {}

.video-selector5 {}

.video-selector6 {}

.video-selector7 {}

.video-selector8 {}

.video-selector9 {}

.video-selector10 {}

.video-selector11 {}

.video-selector12 {}

.video-selector13 {}

@media (max-width: 479px) {
	.video-selector13 {}
}

.video-selector14 {}

.video-selector15 {}

.video-selector16 {}

.video-selectorx {}

.video-selector18 {}

.video-selector17 {}

.video-selector19 {}

.video-selector20 {}

.tabs-7938-tab {}

.tabs-7938-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-7938-tab.oxy-easy-posts .oxy-posts, .tabs-7938-tab.ct-section .ct-section-inner-wrap {
	display: flex;
}

.tabs-7938-tab-active {
	background-color: #002f5f;
	color: #e6f0fa;
}

@media (max-width: 479px) {
	.tabs-7938-tab-active {}
}

.tabs-contents-7938-tab {
	background-color: #002f5f;
	color: #e6f0fa;
}

@media (max-width: 479px) {
	.tabs-contents-7938-tab {
		width: 200px;
	}
}

.mouse-hover:hover {
	transform: scale(1.1, 1.1);
	transition-duration: .2s;
	transition-timing-function: easy-out;
}

.mouse-hover {}

h2 {
	color: #0065bd !important;
}

li, ol {
	color: #666;
}

.ken-burns {
	width: 100%;
	animation: move 20s linear alternate infinite;
	-ms-animation: move 20s linear alternate infinite;
	-webkit-animation: move 20s linear alternate infinite;
	-0-animation: move 20s linear alternate infinite;
	-moz-animation: move 20s linear alternate infinite;
}

@-webkit-keyframes move {
	0% {
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}
	
	100% {
		transform: scale(1.4);
		-ms-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-o-transform: scale(1.4);
		-moz-transform: scale(1.4);
	}
}

#section-2-13298 {
	display: none;
}

.card__preview-text p {
	display: -webkit-box;
	line-height: 1.2;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

h1, h2, h3, h4, h5, p {
	font-family: "Open Sans" !important;
}

h2 {
	color: #002f5f !important;
}

h1 {
	font-weight: 800;
}

.ct-span > a {
	color: #002f5f;
}

.Country_Programme_Link > .ct-span > p > a {
	color: #37bdf8 !important;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.overlay-frontpage {
	bottom: 5px !important;
}

.sticky-submenu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#-pro-menu-13-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	border-radius: 5px;
	background-color: #f5f5f5;
}

#-pro-menu-13-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

#-pro-menu-13-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0a72ba;
}

#-pro-menu-13-6 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
	/* Internet Explorer 10+ */
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#-pro-menu-245-50 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	border-radius: 5px;
	background-color: #f5f5f5;
}

#-pro-menu-245-50 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

#-pro-menu-245-50 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0a72ba;
}

#-pro-menu-245-50 .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
	/* Internet Explorer 10+ */
	-ms-overflow-style: none;
	scrollbar-width: none;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	border-radius: 5px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0a72ba;
}

img.alignright {
	float: right;
	margin: 0 0 2em 2em;
}

img.alignleft {
	float: left;
	margin: 0 2em 2em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 600px) {
	img.alignleft, .alignleft, img.alignright, .alignright {
		float: none;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.oxy-dynamic-tabs_inner {
		display: flex;
	}
	
	.oxy-dynamic-tabs_tab-group {
		flex-wrap: wrap;
		flex: .25;
	}
	
	.oxy-dynamic-tabs_panel-group {
		flex: .75;
	}
	
	.oxy-dynamic-tabs_panel .oxy-dynamic-tabs_panel-inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.oxy-dynamic-tabs_panel-inner p:first-child {
		margin-top: 0;
	}
}
