
.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-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.6;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro";
	font-size: 36px;
	font-weight: 700;
}

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

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_iconlist {
	font-family: "Raleway";
	font-weight: 400;
	font-size: 16px;
	line-height: 19.2px;
	margin-top: 6px;
}

@media (max-width: 479px) {
	.oxel_iconlist {
		padding-bottom: 0px;
	}
}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	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 {
	margin-bottom: 0px;
	width: 495px;
	font-weight: 500;
}

@media (max-width: 479px) {
	.oxel_iconlist__row__label {
		font-size: 16px;
		width: 100%;
		margin-left: 5px;
	}
}

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

.oxel_scrollingImage__container:hover {
	background-position: 50% 100%;
}

.oxel_scrollingImage__container {
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	transition-duration: 5s;
	transition-timing-function: ease-in-out;
	transition-property: background-position;
	text-align: center;
	width: 600px;
	max-width: 100%;
	overflow: hidden;
	background-position: 50% 0px;
}

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

@media (max-width: 767px) {
	.oxel_scrollingImage__container {
		width: 100%;
	}
}

.oxel_scrollingImage__container__icon {
	background-color: rgba(0, 0, 0, .17);
	border: 1px solid rgba(0, 0, 0, .17);
	padding: 16px;
	color: #f9f9fa;
}

.oxel_scrollingImage__container__icon 
>svg {
	width: 55px;
	height: 55px;
}

.oxel_scrollingImage__container__icon {
	transition-duration: 2.5s;
}

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

.oxel_icon_button__container {
	background-color: #eceeef;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	transition-duration: .3s;
	margin-left: auto;
	margin-right: auto;
	background: linear-gradient(180deg, #4e72f1 0%, #3905cc 40.63%);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, .5);
}

.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;
	flex-wrap: wrap;
	align-items: center;
}

.oxel_icon_button_text {
	font-family: "Poppins";
	color: #fff;
	font-size: 18px;
}

.oxel_icon_button_icon {
	color: #fff;
}

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

.oxel_icon_button_icon {
	margin-right: 8px;
}

.oxel_horizontal_divider {
	margin-top: 16px;
	margin-bottom: 16px;
	width: 70%;
}

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

.oxel_horizontal_divider__line {
	height: 2px;
	background-color: #98a1a8;
}

.oxel_horizontal_divider__icon {
	color: #dadada;
}

.oxel_horizontal_divider__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_horizontal_divider__icon {
	flex-shrink: 0;
}

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

.hovered {}

.lightbox-popup {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 615px;
	padding-right: 20px;
	height: auto;
	background-position: 50% 50%;
}

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

@media (max-width: 479px) {
	.lightbox-popup {
		height: auto;
	}
}

.lightbox-trigger {
	width: 348px;
	box-shadow: 0px #000;
	cursor: pointer;
}

.oxy-modal-close {}

.oxy-close-modal {
	position: absolute;
}

div#wpcf7-f18-o1 {
	width: 100%;
}

input.cf-field {
	border: 1px solid #d6d6d6 !important;
	padding: 10px;
	width: 100%;
}

textarea.cf-field {
	border: 1px solid #d6d6d6;
	width: 100%;
	font-family: "Lato";
	font-size: 16px;
	padding: 5px 10px;
}

#wpcf7-f18-o1 input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	text-decoration: underline;
	padding: 16px;
	background: linear-gradient(180deg, #2e6ca4 0%, #2e6ca4 40.63%);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 50%);
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
}

#wpcf7-f18-o1 input.wpcf7-form-control.wpcf7-submit:hover {
	background: linear-gradient(180deg, #61b4ff 0%, #1887ea 40.63%);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 50%);
}

ul#splash-ul {
	list-style: none;
	padding-left: 0 !important;
}

ul#splash-ul li {
	display: flex;
	align-items: center;
	padding: 0 0 3px;
}

ul#splash-ul svg {
	margin-right: 10px;
}

#footer-bottom a {
	color: #fff;
}

.hovered:hover {
	background: linear-gradient(180deg, #61b4ff 0%, #1887ea 40.63%);
}

table.tbl {
	border-spacing: 0 !important;
	margin-bottom: 22px;
	border-width: 0;
}

table.tbl td {
	border-style: solid;
	border-color: #dadada;
	border-width: thin;
	padding: 5px 15px;
}

div#div_block-9-30 h2 {
	font-size: 22px;
	font-weight: 400;
}

/* LP 1 */
img.velocity-img.aligncenter {
	width: 100%;
}

#shortcode-61-145 .wpcf7-submit {
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(180deg, #61b4ff 0%, #1887ea 40.63%);
	border: none;
	border-radius: 10px;
	padding: 20px 0;
	font-size: 18px;
	text-decoration: underline;
	font-family: "Poppins";
	font-weight: 700;
	box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 25%);
	cursor: pointer;
}

#shortcode-61-145 .wpcf7-submit:hover {
	background: linear-gradient(180deg, #61b4ff 0%, #1887ea 40.63%);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 50%);
}

.velocity-embed {
	margin-bottom: 0 !important;
}

#div_block-8-145b {
	font-weight: 500;
}

.age-id-145 p > a:hover {
	text-decoration: none !important;
}

div#div_block-8-145 b {
	font-weight: 500;
}

textarea.cf-field {
	font-family: "Raleway";
	line-height: 18.78px;
	font-weight: 500;
}

/* Mobile Devices */
@media only screen 
	and (max-device-width: 428px) 
	and (min-device-width: 415px) {
	span.l2s1 {
		display: block;
	}
	
	div#code_block-281-145 {
		padding-right: 22px;
	}
	
	div#text_block-44-145 {
		padding-right: 20px;
	}
	
	div#code_block-292-145 iframe {
		height: auto;
	}
}

@media only screen 
	and (max-width: 414px)
    and (min-device-width: 391px) {
	.dnone-sm {
		display: none;
	}
	
	.d-block-sm {
		display: block;
	}
	
	#wpcf7-f149-o1 .wpcf7-submit {
		font-size: 14px;
	}
	
	.oxy-header-center {
		justify-content: flex-end;
	}
	
	div#code_block-281-145 {
		padding-right: 2px;
	}
	
	span.l2s1 {
		display: block;
		padding-right: 7px;
	}
	
	div#code_block-292-145 iframe {
		height: auto;
	}
}

@media only screen 
	and (max-width: 390px)
	and (min-device-width: 376px) {
	span.l2s1 {
		display: block;
	}
}

@media only screen 
	and (max-width: 375px) {
	span.l2s1 {
		display: inline;
	}
}

ul#assessment-form {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul#assessment-form li {
	margin-bottom: 30px;
}

ul#assessment-form label {
	font-weight: 700;
}

li.field-half {
	width: 50%;
	height: 100px;
}

li.field-full {
	width: 100%;
	height: 100px;
}

span.required {
	color: #f14e4e;
	font-style: italic;
	font-size: 12px;
	font-weight: initial;
}

.field-half .wpcf7-form-control {
	width: 90%;
}

.field-full .wpcf7-form-control {
	width: 100%;
}

#assessment-form .wpcf7-form-control {
	padding: 10px;
	font-size: 16px;
	background-color: #dbdbdb !important;
	border-radius: 3px !important;
	border: none;
}

span.field-desc {
	font-size: 13px;
	font-weight: initial;
}

#assessment-form input.wpcf7-submit {
	text-decoration: underline;
	padding: 16px;
	background: linear-gradient(180deg, #f14e4e 0%, #f14e4e 40.63%);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 50%);
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	width: initial;
}

#assessment-form input.wpcf7-submit:hover {
	background: linear-gradient(180deg, #f14e4e 0%, #f14e4e 40.63%);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 60%);
}

li#btn-submit {
	margin: 0 !important;
	height: initial;
}

#btn-submit .wpcf7-submit {
	width: 260px !important;
}

@media only screen and (max-width: 600px) {
	li.field-half {
		width: 100%;
		height: initial;
	}
	
	.field-half .wpcf7-form-control {
		width: 100%;
	}
	
	li#btn-submit {
		display: flex;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
}

.url-underline {
	text-decoration: underline;
}
