<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Google fonts loading from one.com CDN */
/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			url('https://fonts-static.cdn-one.com/fonts/google/montserrat/montserrat-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('https://fonts-static.cdn-one.com/fonts/google/montserrat/montserrat-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			url('https://fonts-static.cdn-one.com/fonts/google/montserrat/montserrat-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('https://fonts-static.cdn-one.com/fonts/google/montserrat/montserrat-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ******* General CSS ******* */

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	color: #3C3C3C;
}
.ocuc-page h1,
.ocuc-page h2,
.ocuc-page h3,
.ocuc-page h4,
.ocuc-page h5,
.ocuc-page h6 {
	font-weight: normal;
}
.ocuc-top-container,
.ocuc-bottom-container {
	padding: 0 100px;
}
.ocuc-page .ocuc-content-box {
	width: 960px;
	max-width: 100%;
	margin: 10vh auto;
	background: rgb(255 255 255 / 95%);
	padding: 10vh 0;
	text-align: center;
}
.ocuc-page .ocuc-site-title-logo {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ocuc-page .ocuc-site-title-logo img {
	max-width: 90%;
}
.ocuc-page .ocuc-site-title-logo h1 {
	color: #0078C8;
	font-size: 44px;
}
.ocuc-page .ocuc-headline {
	margin: 20px 0;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 	1.5rem;
}
.ocuc-page .ocuc-description {
	margin-top: 50px;
	font-size: 15px;
	line-height: 1.5;
	padding-left: 2rem;
	padding-right: 2rem;
	/* max-width: 700px; */
}
.ocuc-page .ocuc-description ul {
	list-style: inside;
}
.ocuc-page .ocuc-copyright {
	margin-top: 50px;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #acacac;
}

/* ******** Countdown Timer ********** */
.ocuc-page .ocuc-timer {
	margin-top: 20px;
	padding-left: 2rem;
	padding-right: 2rem;
}
.ocuc-page .timer div {
	display: inline-block;
}
.ocuc-page .timer .count-number {
	font-size: 56px;
	margin: 0 15px;
	width: 80px;
	display: inline-block;
	line-height: 1;
}
.ocuc-page .timer .smalltext {
	color: #bbbbbb;
	font-size: 14px;
	display: block;
	margin: 0 15px;
}
.ocuc-page .timer #time-up {
	margin: 8px 0 0;
	display: none;
}

/* ****** Newsletter/Subscribe Form ******* */
.ocuc-page .newsletter {
	margin-top: 50px;
	background: linear-gradient(91.4deg, #B2DAF5 0%, #D2CEE2 100%);
	padding: 50px 100px;
}
.ocuc-page .newsletter .content {
	/* max-width: 760px; */
	text-align: center;
	position: relative;
}
.ocuc-page .newsletter .form-control.oc-newsletter-input {
	height: 50px;
	border-color: #ffffff;
	border-radius: 100px;
	margin-right: 44px;
	padding: 0.5625rem 1.875rem;
	padding-right: 150px;
}
.ocuc-page .newsletter .oc-newsletter-input:focus {
	box-shadow: none;
	border: 1px solid #999;
}
.ocuc-page .newsletter .content .btn {
	min-height: 50px;
	border-radius: 100px;
	background: #0078C8;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	min-width: 200px;
}

/* Newsletter Captcha */
.ocuc-page .oc-spinner {
	font-size: 1.5em;
	vertical-align: middle;
}
.ocuc-page .oc-message {
	display: none;
	font-size: var(--normal-text-size);
}
.ocuc-page .oc-newsletter-input,
.ocuc-page .oc-newsletter-input:focus {
	background: #ffffff;
	outline: none;
}
.ocuc-page .oc-newsletter-input::placeholder {
	line-height: 1.5;
}
.ocuc-page .newsletter .input-group-btn {
	margin-left: 20px;
}
.ocuc-page .oc-newsletter-submit {
	transition: opacity linear .1s;
	padding: 7px 12px 7px;
	display: inline-block;
	border: none;
	height: auto;
	line-height: 16px !important;
}
.ocuc-page .oc-newsletter-submit:hover {
	opacity: 0.8;
}

/** Captcha fields */
.ocuc-page .oc-captcha-wrap .oc-captcha-val {
	width: 50px;
	height: 30px;
	vertical-align: middle;
	border: 0;
	font-size: 13px;
	outline: 0;
	text-align: center;
	border-left: 1px solid #ccc;
}
.ocuc-page .oc-cap-container {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #BBB;
	height: 28px;
}
.ocuc-page .oc-captcha-wrap {
	margin-left: -200px;
	z-index: 10;
	color: #3C3C3C;
}
.ocuc-page .oc-captcha-wrap label,
.ocuc-page .oc-captcha-wrap .oc-message {
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 2px;
}
.ocuc-page .oc_csrf_token {
	display: none !important;
}

/* Generic Plugin - Admin bar frontend styles */
.icon-oc-one-com-white-32px-fill:before {
	content: \"\e901\"
}
.icon-oc-one-com:before {
    content: \"\e900\"
}
.onecom-wp-admin-bar-item&gt;a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}
.onecom-wp-admin-bar-item&gt;a img {
    height: 7px !important
}
.onecom-wp-admin-bar-item&gt;a img .onecom-wp-admin-bar-item.hover&gt;a img {
    opacity: 1
}
.onecom-wp-admin-bar-item&gt;a:before {
    content: '';
    position: static !important;
    background-color: rgba(240, 245, 250, .4);
    border-radius: 102px;
    width: 18px;
    height: 18px;
    padding: 0 !important
}
.onecom-wp-admin-bar-item&gt;a:before {
    width: 14px;
    height: 14px
}
.onecom-wp-admin-bar-item.hover&gt;a:before {
    background-color: #76b82a
}
.onecom-wp-admin-bar-item&gt;a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center
}

/* #################### Social Icons #################### */
.ocuc-page .ocuc-social-icons {
    text-align: center;
    margin-bottom: 30px;
}
.ocuc-page .ocuc-social-icons ul {
    margin: 0;
    padding-left: 0px;
}
.ocuc-page .ocuc-social-icons li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
}
.ocuc-page .ocuc-social-icons li:last-child {
    margin-right: 0;
}
.ocuc-page .ocuc-social-icons a:hover svg {
    opacity: 0.7;
}
.ocuc-page .ocuc-social-icons svg {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.ocuc-page .ocuc-social-icons svg * {
     fill: #F7F7F7;
}

/* ******************* Mobile Responsive ****************** */

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
    .ocuc-page .newsletter {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 767.98px) {
    .ocuc-page .oc-captcha-wrap {
        padding-right: 10px;
    }
    .ocuc-page .timer .count-number {
        font-size: 46px;
    }
}

@media (max-width: 767.98px) {
    .ocuc-page .container {
        max-width: 90%;
    }
    .ocuc-page .newsletter .content .btn {
        min-width: 150px;
    }
    .ocuc-page .newsletter .input-group {
        display: block;
    }
    .ocuc-page .newsletter .form-control.oc-newsletter-input {
        width: 100%;
        padding: 0.5625rem 1.875rem;
    }
    .ocuc-page .oc-cap-container,
    .ocuc-page .oc-captcha-wrap img {
        height: 30px;
    }
    .ocuc-page .newsletter .input-group-btn {
        margin-left: 0;
    }
    .ocuc-page .oc-captcha-wrap {
        margin: 20px 0;
    }
    .ocuc-page .ocuc-site-title-logo h1 {
        font-size: 30px;
    }
    .ocuc-page .ocuc-social-icons ul {
        padding-left: 0px;
    }
    .ocuc-page .ocuc-social-icons li {
        margin-right:16px;
    }
    .ocuc-page .oc-captcha-wrap .oc-captcha-val {
        margin: 1px;
        border: 1px solid #ccc;
        height: 26px;
    }
}

/* Extra small devices (mobile, 576px and down) */
@media (max-width: 576px) {
    .ocuc-page .oc-newsletter-input::placeholder {
        font-size: 0.8125em;
    }
    .ocuc-page .newsletter .form-control.oc-newsletter-input {
        padding: 0.5625rem 1.2rem;
    }
    .ocuc-page .oc-captcha-wrap .oc-captcha-val {
        vertical-align: initial;
    }
}</pre></body></html>