.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}button,
hr,
input {
overflow: visible;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
progress,
sub,
sup {
vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
box-sizing: border-box;
padding: 0;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
summary {
display: list-item;
}
[hidden],
template {
display: none;
} html {
box-sizing: border-box;
}
body {
font-size: 16px;
color: rgba(64, 64, 64, 1);
}
body.oxygen-aos-enabled {
overflow-x: hidden;
}
*,
::after,
::before {
box-sizing: inherit;
}
.ct-section-inner-wrap {
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: inherit;
}
.ct-section-with-shape-divider {
position: relative !important;
}
.oxygen-unslider-container:not(.unslider-fade) > ul {
list-style: none;
width: 0px;
}
.oxygen-unslider-container:not(.unslider-fade):not(.unslider-horizontal) > ul > li {
opacity: 0;
}
.oxygen-unslider-container.unslider-fade > ul > li:not(.unslider-active) {
opacity: 0;
}
div.ct-svg-icon > svg,
svg.ct-svg-icon {
height: 1em !important;
fill: currentColor;
}
.ct-columns-inner-wrap {
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.ct-column {
float: left !important;
word-break: break-word;
}
svg.ct-svg-icon {
display: inline-block;
width: 1em !important;
}
div.ct-svg-icon {
display: inline-block;
box-sizing: content-box;
border-radius: 50%;
width: auto;
}
div.ct-svg-icon > svg {
width: 1em !important;
display: block;
}
div.ct-fancy-icon {
display: inline-flex;
border-radius: 50%;
}
.ct-fancy-icon > svg {
fill: currentColor;
}
.ct-columns-inner-wrap > .ct-column:first-child {
margin-left: 0 !important;
}
.ct-columns-inner-wrap > .ct-column:last-child {
margin-right: 0 !important;
}
.ct-video {
width: 100%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
position: relative;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-nav-menu-list {
display: flex;
padding: 0;
margin: 0;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item {
list-style-type: none;
display: flex;
flex-direction: column;
}
.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
text-decoration: none;
border-style: solid;
border-width: 0;
transition-timing-function: ease-in-out;
transition-property: background-color, color, border-color;
border-color: transparent;
}
.oxy-nav-menu .oxy-nav-menu-list li.current-menu-item > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:focus-within > a,
.oxy-nav-menu .oxy-nav-menu-list li.menu-item:hover > a {
border-color: currentColor;
}
.oxy-nav-menu .menu-item,
.oxy-nav-menu .sub-menu {
position: relative;
}
.oxy-nav-menu .menu-item .sub-menu {
padding: 0;
flex-direction: column;
white-space: nowrap;
transition-timing-function: ease-in-out;
transition-property: visibility, opacity;
visibility: hidden;
opacity: 0;
display: flex;
position: absolute;
top: 100%;
}
.oxy-nav-menu .sub-menu .sub-menu,
.oxy-nav-menu.oxy-nav-menu-vertical .sub-menu {
left: 100%;
top: 0;
}
.oxy-nav-menu .menu-item:hover > .sub-menu,
.oxy-nav-menu .menu-item:focus-within > .sub-menu {
visibility: visible;
opacity: 1;
}
.oxy-nav-menu .sub-menu li.menu-item {
flex-direction: column;
}
@keyframes oxy_sticky_header_fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.oxy-sticky-header-fade-in {
animation-name: oxy_sticky_header_fadein;
animation-duration: 0.5s;
animation-iteration-count: 1;
}
.oxy-sticky-header .oxygen-show-in-sticky-only {
display:  none;
}
.oxy-sticky-header.oxy-sticky-header-active .oxygen-show-in-sticky-only {
display: block;
}
.oxy-header-wrapper {
position: relative;
}
.oxy-header-row {
width: 100%;
display: block;
}
.oxy-header-container {
height: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.oxy-header-center,
.oxy-header-left,
.oxy-header-right {
display: flex;
align-items: center;
}
.oxy-header .oxygen-only-show-in-overlay,
.oxy-video-container {
display: none;
}
.oxy-header-left {
justify-content: flex-start;
}
.oxy-header-center {
flex-grow: 1;
justify-content: center;
}
.oxy-header-right {
justify-content: flex-end;
}
.admin-bar .oxy-sticky-header-active {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .oxy-sticky-header-active {
top: 46px !important;
}
}
@media screen and (max-width: 600px) {
.admin-bar .oxy-sticky-header-active {
top: 0 !important;
}
}
.oxy-video-background {
position: relative;
z-index: 1;
}
.oxy-video-background .oxy-video-container {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: -1;
}
.oxy-video-background .oxy-video-container video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.oxy-video-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.oxy-map iframe {
width: 100%;
height: 100%;
display: block;
}
.unslider .unslider-fade ul li.unslider-active {
position: relative;
}
.oxy-menu-toggle {
cursor: pointer;
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open {
width: 100%;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
overflow: auto;
z-index: 2147483642 !important;
background-color: #fff;
}
.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
max-height: 100%;
overflow: auto;
padding-top: 2em;
padding-bottom: 2em;
width: 100%;
}
.oxy-nav-menu-prevent-overflow {
overflow: hidden;
height: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
display: initial;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list {
flex-direction: column !important;
width: 100%;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list .menu-item a {
text-align: center;
border: 0 !important;
background-color: transparent !important;
justify-content: center;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
}
.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu {
background-color: #fff;
z-index: 2147483641;
}
.oxy-nav-menu.oxy-nav-menu-open .menu-item .sub-menu,
.oxy-nav-menu.oxy-nav-menu-open .menu-item-has-children > a::after {
display: none;
}
.oxy-nav-menu.oxy-nav-menu-open.oxy-nav-menu-responsive-dropdowns
.menu-item
.sub-menu {
display: flex;
position: static;
animation-name: none;
visibility: visible;
opacity: 1;
transition-duration: 0s !important;
}
.oxy-nav-menu.oxy-nav-menu-open a:not([href]) {
display: none;
}
.oxy-nav-menu-hamburger-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.oxy-nav-menu-hamburger {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.oxy-nav-menu-hamburger-line {
border-radius: 2px;
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger {
transform: rotate(45deg);
}
.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
display: none;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:first-child {
display: initial;
position: relative;
}
.oxy-nav-menu-open
.oxy-nav-menu-hamburger
.oxy-nav-menu-hamburger-line:last-child {
display: initial;
position: relative;
transform: rotate(90deg);
}
.oxy-nav-menu .menu-item a {
display: flex;
align-items: center;
}
.oxy-nav-menu.oxy-nav-menu-vertical .menu-item a {
flex-direction: row;
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.menu-item-has-children
> a::after {
width: 0.35em;
height: 0.35em;
margin-left: 0.5em;
border-right: 0.1em solid;
border-top: 0.1em solid;
transform: rotate(135deg);
content: "";
}
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow
.sub-menu
.menu-item-has-children
> a::after,
.oxy-nav-menu-dropdowns.oxy-nav-menu-dropdown-arrow.oxy-nav-menu-vertical
.menu-item-has-children
> a::after {
transform: rotate(45deg);
}
.oxy-social-icons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-social-icons a {
line-height: 1;
width: 1em;
height: 1em;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.oxy-social-icons a svg {
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.oxy-soundcloud {
min-width: 300px;
min-height: 120px;
}
.oxy-soundcloud iframe {
width: 100%;
height: 100%;
}
.comment-body .alignleft,
.oxy-stock-content-styles .alignleft {
margin-right: 1em;
float: left;
}
.comment-body .alignright,
.oxy-stock-content-styles .alignright {
margin-left: 1em;
float: right;
}
.comment-body .aligncenter,
.oxy-stock-content-styles .aligncenter {
margin-left: auto;
margin-right: auto;
}
.comment-body img,
.oxy-stock-content-styles img {
max-width: 100%;
}
.oxy-comment-form .comment-reply-title {
margin-bottom: 0.5em;
}
.oxy-comment-form .logged-in-as {
margin-bottom: 1em;
font-size: 0.75em;
}
.oxy-comment-form #submit {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
margin-top: 0.5em;
border: none;
font-weight: 700;
}
.oxy-comment-form input,
.oxy-comment-form textarea {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
color: gray;
width: 100%;
}
.oxy-comment-form label {
font-weight: 700;
}
.oxy-comment-form .comment-form > p {
margin-top: 0;
margin-bottom: 1em;
}
.oxy-comments h3.comments-title {
margin-bottom: 1em;
}
.oxy-comments ol.children,
.oxy-comments ol.comments-list {
list-style: none;
margin: 0;
padding: 0;
}
.oxy-comments ol.children {
margin-left: 50px;
}
.oxy-comments li.comment .comment-body {
margin-left: 0;
margin-right: 0;
margin-bottom: 50px;
}
.oxy-comments li.comment .comment-body .comment-content {
margin-bottom: 1em;
}
.oxy-comments .comment-meta .comment-author {
display: flex;
flex-direction: row;
align-items: center;
}
.oxy-comments .comment-meta .comment-author .avatar {
max-width: 64px;
max-height: 64px;
margin-right: 0.5em;
}
.oxy-comments .comment-meta .comment-author span.says::before {
content: " ";
white-space: pre;
}
.oxy-progress-bar-overlay-percent,
.oxy-progress-bar-overlay-text {
line-height: 1;
white-space: nowrap;
color: #fff;
}
.oxy-comments .comment-meta .comment-metadata {
font-size: 0.75em;
margin-top: 0.75em;
}
.oxy-comments .comment-meta .edit-link {
margin-left: 0.5em;
}
.oxy-comments .reply {
display: flex;
}
.oxy-comments .reply .comment-reply-link {
font-size: 0.75em;
}
.oxy-comments .comment-meta {
flex-wrap: wrap;
}
.oxy-comments .comment-awaiting-moderation {
flex-basis: 100%;
}
.oxy-login-form p {
display: flex;
flex-direction: column;
}
.oxy-login-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-login-form input[type="submit"] {
padding: 1em 2em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
font-weight: 700;
}
.oxy-search-form input {
padding: 0.5em;
border-radius: 0;
border: 1px solid #000;
}
.oxy-search-form input[type="submit"] {
padding: calc(0.5em + 1px) 1em;
background-color: #000;
color: #fff;
cursor: pointer;
border: none;
}
.oxy-search-form label.screen-reader-text {
display: none;
}
.oxy-icon-box-icon {
display: flex;
flex-shrink: 0;
flex-grow: 0;
}
.oxy-icon-box-content {
flex-grow: 1;
width: 100%;
}
.oxy-icon-box-heading,
.oxy-icon-box-text {
margin: 0;
}
.oxy-icon-box {
display: flex;
align-items: flex-start;
}
.oxy-pricing-box {
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
order: 10;
display: flex;
flex-direction: row;
}
.oxy-pricing-box-graphic > img {
max-width: 100%;
display: block;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-title {
order: 20;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
order: 30;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: baseline;
justify-content: center;
}
.oxy-pricing-box-amount {
display: flex;
align-items: baseline;
flex-direction: row;
}
.oxy-pricing-box-currency {
align-self: flex-start;
}
.oxy-pricing-box-amount-decimal {
align-self: baseline;
}
.oxy-pricing-box-term {
margin-left: 0.4em;
}
.oxy-pricing-box-sale-price {
width: 100%;
flex-grow: 0;
flex-shrink: 0;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
order: 40;
}
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
order: 60;
}
@keyframes oxy_progress_bar_width {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
@keyframes oxy_progress_bar_stripes {
from {
background-position: 44px 0;
}
to {
background-position: 0 0;
}
}
.oxy-progress-bar-background,
.oxy-progress-bar-progress {
background-position: top left;
background-attachment: fixed;
background-size: 44px 44px;
}
.oxy-progress-bar {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.oxy-progress-bar-background {
background-color: #d3d3d3;
width: 100%;
}
.oxy-progress-bar-progress {
padding: 20px;
display: flex;
background-color: #a9a9a9;
align-items: center;
}
.oxy-progress-bar-overlay-percent {
margin-left: auto;
padding-left: 1em;
font-size: 0.8em;
}
.oxy-tab,
.oxy-tab-content {
padding: 20px;
}
.oxy-progress-bar-overlay-percent:empty {
display: none;
}
.oxy-superbox {
display: inline-flex;
}
.oxy-superbox-primary,
.oxy-superbox-secondary,
.oxy-tabs-wrapper {
display: flex;
}
.oxy-superbox-wrap {
position: relative;
overflow: hidden;
display: flex;
width: 100%;
}
.oxy-superbox-primary {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.oxy-superbox-secondary {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.oxy-tab {
cursor: pointer;
}
.oxy-tabs-contents-content-hidden {
display: none !important;
}
.oxy-testimonial {
display: flex;
width: 100%;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-photo {
border-radius: 50%;
}
.oxy-testimonial .oxy-testimonial-content-wrap {
display: flex;
flex-direction: column;
order: 2;
}
.oxy-testimonial .oxy-testimonial-author-wrap {
display: flex;
flex-direction: column;
}
.oxy-testimonial .oxy-testimonial-author,
.oxy-testimonial .oxy-testimonial-author-info {
display: flex;
}
.oxy-toggle {
display: flex;
flex-direction: row;
cursor: pointer;
}
.oxy-toggle-content {
align-self: stretch;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.oxy-expand-collapse-icon {
align-self: center;
flex-shrink: 0;
flex-grow: 0;
margin-right: 0.4em;
text-align: initial;
width: 1em;
height: 1em;
position: relative;
display: inline-block;
}
.oxy-expand-collapse-icon::after,
.oxy-expand-collapse-icon::before {
content: "";
background-color: #000;
position: absolute;
width: 1em;
height: 0.16em;
top: calc((1em / 2) - 0.08em);
transition: 0.3s ease-in-out all;
border-radius: 0.03em;
}
.oxy-expand-collapse-icon::after {
transform: rotate(-90deg) scale(0);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::after {
transform: rotate(-180deg);
}
.oxy-eci-collapsed.oxy-expand-collapse-icon::before {
transform: rotate(-90deg);
}
[data-aos][data-aos=""] {
transition-duration: 0s !important;
}
body.oxy-modal-active {
height: 100vh;
overflow-y: hidden;
position: fixed;
right: 0;
left: 0;
}
.oxy-modal-backdrop {
display: flex;
align-items: center;
justify-content: center;
}
body:not(.oxygen-builder-body) .oxy-modal-backdrop {
display: none;
}
body.oxygen-builder-body .oxy-modal-backdrop {
height: 100vh;
}
.oxy-modal-backdrop.live {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1400;
}
.oxy-modal-backdrop.hidden {
display: none;
}
.oxy-modal-backdrop.left {
flex-direction: column;
align-items: flex-start;
}
.oxy-modal-backdrop.right {
flex-direction: column;
align-items: flex-end;
}
.oxy-modal-backdrop.top {
flex-direction: row;
align-items: flex-start;
}
.oxy-modal-backdrop.bottom {
flex-direction: row;
align-items: flex-end;
}
.oxy-modal-backdrop.upper_left {
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.oxy-modal-backdrop.upper_right {
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.oxy-modal-backdrop.bottom_left {
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.oxy-modal-backdrop.bottom_right {
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.oxy-modal-backdrop .ct-modal {
background-color: white;
max-height: 100vh;
overflow-y: auto;
}
div.oxy-dynamic-list div.oxy-product-images.oxy-woo-element {
align-self: stretch;
}
div.oxy-repeater-pages,
div.oxy-repeater-pages-wrap {
display: flex;
}
.oxy-rich-text p:first-child {
margin-block-start: 0;
}
.oxy-rich-text p:last-child {
margin-block-end: 0;
} :-webkit-any(li, div._important),
:is(li, div._important) {
display: list-item;
}
:-webkit-any(table, div._important),
:is(table, div._important){
display: table;
}
:is(thead, div._important),
:-webkit-any(thead, div._important){
display: table-header-group;
}
:is(tr, div._important),
:-webkit-any(tr, div._important) {
display: table-row;
}
:is(tbody, div._important),
:-webkit-any(tbody, div._important) {
display: table-row-group;
}
:is(th, td, div._important),
:-webkit-any(th, td, div._important) {
display: table-cell;
}
:is(caption, div._important),
:-webkit-any(caption, div._important) {
display: table-caption;
}
:is(colgroup, div._important),
:-webkit-any(colgroup, div._important){
display: table-column-group;
}
:is(col, div._important),
:-webkit-any(col, div._important){
display: table-column;
}
:is(tfoot, div._important),
:-webkit-any(tfoot, div._important){
display: table-footer-group;
}#section-70-25599 > .ct-section-inner-wrap{padding-top:20px;padding-bottom:31px}#section-70-25599{background-color:#5d6682}#div_block-20-25599{flex-direction:row;display:flex;align-items:center;justify-content:center}#div_block-119-25599{width:25%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-123-25599{width:25%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-167-25599{width:25.00%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-131-25599{width:25.00%;text-align:center;align-items:center;justify-content:center}#div_block-74-25599{width:25%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-91-25599{width:25%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-96-25599{width:25%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}#div_block-101-25599{width:25.00%;flex-direction:column;display:flex;text-align:center;align-items:center;justify-content:center}@media (max-width:767px){#div_block-20-25599{width:100%}}@media (max-width:767px){#div_block-131-25599{padding-top:0px}}@media (max-width:991px){#new_columns-114-25599> .ct-div-block{width:100% !important}}#new_columns-114-25599{background-color:#5d6682}@media (max-width:991px){#new_columns-71-25599> .ct-div-block{width:100% !important}}#new_columns-71-25599{background-color:#5d6682}#text_block-150-25599{font-weight:600;font-size:25px;color:#8ed1fc;text-align:center;margin-bottom:4px}#text_block-168-25599{color:#ffffff}#link_text-146-25599{color:#ffffff;margin-top:1px}#link_text-170-25599{color:#ffffff}#link_text-136-25599{color:#ffffff}#link_text-139-25599{color:#ffffff}#link_text-141-25599{color:#ffffff}#link_text-144-25599{color:#ffffff}#link_button-132-25599{background-color:#ffffff;border:1px solid #ffffff;color:#333333}#link_button-132-25599{margin-top:16px;border-radius:25px;border-top-color:#5d6682;border-right-color:#5d6682;border-bottom-color:#5d6682;border-left-color:#5d6682}@media (max-width:767px){#link_button-132-25599{}#link_button-132-25599{margin-top:24px}}#inner_content-10-86{color:#ffffff;display:flex;flex-direction:column;align-items:stretch;background-color:#181b25;margin-bottom:0px}#_nav_menu-24-25599 .oxy-nav-menu-hamburger-line{background-color:#333333}@media (max-width:767px){#_nav_menu-24-25599 .oxy-nav-menu-list{display:none}#_nav_menu-24-25599 .oxy-menu-toggle{display:initial}#_nav_menu-24-25599.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-list{display:initial}}#_nav_menu-24-25599.oxy-nav-menu.oxy-nav-menu-open{background-color:#e4ebf3;margin-top:0 !important;margin-right:0 !important;margin-left:0 !important;margin-bottom:0 !important}#_nav_menu-24-25599.oxy-nav-menu.oxy-nav-menu-open .menu-item a{padding-top:12px;padding-bottom:12px;padding-left:20px;padding-right:20px}#_nav_menu-24-25599 .oxy-nav-menu-hamburger-wrap{width:18px;height:18px}#_nav_menu-24-25599 .oxy-nav-menu-hamburger{width:18px;height:14px}#_nav_menu-24-25599 .oxy-nav-menu-hamburger-line{height:2px;background-color:#8d8f98}#_nav_menu-24-25599.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child{top:6px}#_nav_menu-24-25599.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child{top:-6px}#_nav_menu-24-25599{margin-left:12px}#_nav_menu-24-25599 .oxy-nav-menu-list{flex-direction:row}#_nav_menu-24-25599 .menu-item a{padding-top:16px;padding-left:20px;padding-right:20px;padding-bottom:16px;font-size:14px;text-transform:capitalize;color:#333333;letter-spacing:1px;font-weight:400}#_nav_menu-24-25599.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0;padding-top:16px;padding-bottom:16px;color:#333333}#_nav_menu-24-25599 .menu-item:focus-within a,#_nav_menu-24-25599 .menu-item:hover a{color:#5d6682}#_nav_menu-24-25599.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a:hover{border:0;padding-top:16px;padding-bottom:16px;color:#5d6682}@media (max-width:767px){#_nav_menu-24-25599{padding-left:18px;padding-top:18px;padding-right:18px;padding-bottom:18px}#_nav_menu-24-25599.oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu .menu-item a{border:0}}#_header-17-25599 .oxy-nav-menu-open,#_header-17-25599 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#181b25}@media (max-width:767px){#_header-17-25599 .oxy-header-container{flex-direction:column}#_header-17-25599 .oxy-header-container > div{justify-content:center}}#_header-17-25599{background-color:#181b25}#_header_row-18-25599 .oxy-nav-menu-open,#_header_row-18-25599 .oxy-nav-menu:not(.oxy-nav-menu-open) .sub-menu{background-color:#ffffff}.oxy-header.oxy-sticky-header-active > #_header_row-18-25599.oxygen-show-in-sticky-only{display:block}#_header_row-18-25599{padding-top:21px;background-color:#ffffff;justify-content:center;align-items:center;align-content:center}@media (max-width:991px){.oxy-header.oxy-sticky-header-active > #_header_row-18-25599.oxygen-show-in-sticky-only{display:block}#_header_row-18-25599{padding-top:40px}}#section-262-25685 > .ct-section-inner-wrap{padding-top:18px;padding-bottom:40px}#section-262-25685{background-color:#e4ebf3}#section-38-25685 > .ct-section-inner-wrap{padding-top:4px;padding-bottom:20px;display:flex;flex-direction:column;align-items:center}#section-38-25685{display:block}#section-38-25685{background-size:cover;background-repeat:no-repeat;text-align:center;background-color:#ffffff;background-attachment:fixed}#section-75-25685 > .ct-section-inner-wrap{padding-top:2px;padding-bottom:0;display:flex;align-items:center;justify-content:center}#section-75-25685{display:block}#section-75-25685{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;text-align:center;background-color:#ffffff;background-position:50% 50%}#section-411-25685 > .ct-section-inner-wrap{padding-top:38px;padding-bottom:62px;display:flex;flex-direction:column;align-items:center}#section-411-25685{display:block}#section-411-25685{background-color:#e4ebf3;text-align:center;overflow:hidden}#section-640-25776 > .ct-section-inner-wrap{padding-top:0;padding-bottom:0}#section-640-25776{background-color:#ffffff}#section-715-25776 > .ct-section-inner-wrap{padding-top:38px;padding-bottom:43px;display:flex;flex-direction:column;align-items:center}#section-715-25776{display:block}#section-715-25776{background-color:#e4ebf3;text-align:center;overflow:hidden}@media (max-width:767px){#section-75-25685 > .ct-section-inner-wrap{padding-top:64px;display:flex;flex-direction:column;align-items:center}#section-75-25685{display:block}#section-75-25685{text-align:center}}@media (max-width:479px){#section-38-25685 > .ct-section-inner-wrap{padding-top:5px}}@media (max-width:479px){#section-75-25685 > .ct-section-inner-wrap{padding-top:0}}#div_block-264-25685{width:40%;text-align:left;align-items:center;justify-content:center}#div_block-265-25685{width:60%;text-align:center;align-items:flex-start;justify-content:center}#div_block-490-25685{flex-direction:row;display:flex;align-items:center;margin-top:20px;justify-content:center;text-align:left;width:100%}#div_block-232-25685{background-color:#ffffff;margin-top:4px;padding-top:35px;text-align:left;align-items:center}#div_block-289-25685{padding-top:25px;padding-bottom:25px;display:flex;flex-direction:column;background-color:#5d6682;align-items:center;padding-left:25px;padding-right:25px;border-radius:5px;align-content:center;align-self:center}#div_block-471-25685{background-color:#ffffff;padding-left:20px;padding-right:20px;text-align:left;align-items:center}#div_block-830-25778{padding-top:25px;padding-bottom:18px;display:flex;flex-direction:column;background-color:#5d6682;align-items:center;padding-left:25px;padding-right:25px;border-radius:5px;align-content:center;align-self:center}#div_block-618-25776{background-color:#ffffff;margin-top:4px;padding-top:0px;text-align:left;align-items:center}#div_block-643-25776{width:100.00%;padding-bottom:0px}#div_block-724-25776{padding-bottom:0px;margin-bottom:0px}@media (max-width:767px){#div_block-643-25776{padding-bottom:0px}}@media (max-width:479px){#div_block-289-25685{flex-direction:column;display:flex}}@media (max-width:479px){#div_block-830-25778{flex-direction:column;display:flex}}@media (max-width:991px){#new_columns-263-25685> .ct-div-block{width:100% !important}}#new_columns-263-25685{background-color:#e4ebf3}@media (max-width:991px){#new_columns-642-25776> .ct-div-block{width:100% !important}}#headline-269-25685{margin-bottom:30px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#333333;line-height:1.25;align-self:center}#headline-791-25778{background-image:linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03));background-size:auto,auto auto;margin-bottom:28px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#ffffff;line-height:1.25;margin-top:13px;padding-bottom:20px;padding-left:20px;padding-right:20px;align-self:center}#headline-118-25685{background-size:auto auto;margin-bottom:28px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#181b25;line-height:1.25;background-color:#ffffff;margin-top:13px;padding-bottom:20px;padding-top:40px;padding-left:20px;padding-right:20px;align-self:center}#headline-122-25685{text-align:center;font-family:'Noto Sans';font-weight:600;color:#5d6682;font-size:2rem;margin-right:20px;padding-bottom:10px}#headline-294-25685{text-align:center;font-family:'Noto Sans';font-weight:600;color:#181b25;font-size:1.4rem;margin-right:20px}#headline-808-25778{text-align:center;font-family:'Noto Sans';font-weight:600;color:#5d6682;font-size:2rem;margin-right:20px;padding-bottom:10px}#headline-809-25778{text-align:center;font-family:'Noto Sans';font-weight:600;color:#181b25;font-size:1.4rem;margin-right:20px}#headline-804-25778{text-align:center;font-family:'Noto Sans';font-weight:600;color:#5d6682;font-size:2rem;margin-right:20px;padding-bottom:10px}#headline-805-25778{text-align:center;font-family:'Noto Sans';font-weight:600;color:#181b25;font-size:1.4rem;margin-right:20px}#headline-831-25778{background-image:linear-gradient(rgba(0,0,0,0.03),rgba(0,0,0,0.03));background-size:auto,auto auto;margin-bottom:28px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#ffffff;line-height:1.25;margin-top:13px;padding-bottom:20px;padding-left:20px;padding-right:20px;align-self:center}#headline-438-25685{margin-bottom:30px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#181b25;line-height:1.25}#headline-619-25776{margin-bottom:30px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#333333;line-height:1.25;margin-top:40px}#headline-716-25776{margin-bottom:30px;margin-left:20px;margin-right:20px;text-align:center;font-family:'Noto Sans';font-size:2.25rem;font-weight:600;color:#181b25;line-height:1.25}#headline-859-25778{margin-top:11px}#text_block-30-25685{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;color:#333333}#text_block-564-25776{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;color:#ffffff}#text_block-568-25776{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;margin-left:20px;margin-right:20px;margin-bottom:37px;color:#333333;text-align:center}#text_block-131-25685{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;margin-top:11px;color:#333333}#text_block-810-25778{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;margin-top:11px;color:#333333}#text_block-806-25778{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;margin-top:11px;color:#333333}#text_block-841-25778{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;margin-top:11px;color:#333333}#text_block-832-25778{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;text-align:left;margin-left:20px;margin-right:20px;margin-bottom:24px;color:#ffffff}#text_block-583-25776{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;margin-left:20px;margin-right:20px;margin-bottom:0px;color:#333333;text-align:left}#text_block-413-25685{margin-bottom:30px;margin-left:20px;margin-right:20px}#text_block-654-25776{background-color:#ffffff;width:100%;padding-top:30px;padding-left:40px;padding-right:40px;padding-bottom:30px;line-height:1.6;font-style:italic;font-weight:400;color:#3b3c38;font-size:18px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;box-shadow:0px 20px 40px rgba(0,0,0,0.1)}#text_block-697-25776{font-size:1.25rem;font-weight:400;font-family:'Noto Sans';line-height:1.6;margin-left:20px;margin-right:20px;margin-bottom:29px;color:#333333;text-align:center}#text_block-728-25776{text-align:left;font-size:18px;margin-top:10px;margin-bottom:20px}#text_block-752-25776{text-align:left;font-size:18px;margin-top:10px;margin-bottom:20px}#text_block-751-25776{text-align:left;font-size:18px;margin-top:10px;margin-bottom:20px}#text_block-750-25776{text-align:left;font-size:18px;margin-top:10px;margin-bottom:20px}#text_block-760-25776{text-align:left;font-size:18px;margin-top:10px;margin-bottom:20px}#text_block-767-25776{text-align:left;font-size:18px;margin-top:10px}#text_block-863-25778{text-align:left;font-size:18px;margin-top:10px}#text_block-862-25778{text-align:left;font-size:18px;margin-top:10px}#link_button-20-25685{background-color:#ffffff;border:1px solid #ffffff;color:rgba(16,16,16,0.66)}#link_button-20-25685{text-align:center;width:220px;height:55px;display:flex;align-items:center;justify-content:center;margin-right:30px;font-size:15px;border-radius:25px;border-top-color:#5d6682;border-right-color:#5d6682;border-bottom-color:#5d6682;border-left-color:#5d6682;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px}#link_button-20-25685:hover{background-color:#8ed1fc;border:1px solid #8ed1fc;color:rgba(16,16,16,0.66)}#link_button-507-25685{background-color:#5d6682;border:1px solid #5d6682;color:#ffffff}#link_button-507-25685{text-align:center;width:220px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:25px}#link_button-507-25685:hover{background-color:#8ed1fc;border:1px solid #8ed1fc;color:#ffffff}#link_button-407-25685{background-color:#5d6682;border:1px solid #5d6682;color:#ffffff;padding:6px 9.6px}#link_button-407-25685{text-align:center;width:220px;height:55px;display:flex;align-items:center;margin-top:20px;border-radius:25px;justify-content:center;align-self:center;margin-bottom:36px}#link_button-407-25685:hover{background-color:#8ed1fc;border:1px solid #8ed1fc;color:#ffffff;padding:6px 9.6px}#link_button-558-25733{background-color:#5d6682;border:1px solid #5d6682;color:#ffffff;padding:6px 9.6px}#link_button-558-25733{text-align:center;width:220px;height:55px;display:flex;align-items:center;margin-top:0px;border-radius:25px}#link_button-558-25733:hover{background-color:#8ed1fc;border:1px solid #8ed1fc;color:#ffffff;padding:6px 9.6px}#link_button-720-25776{background-color:#5d6682;border:1px solid #5d6682;color:#ffffff;padding:6px 9.6px}#link_button-720-25776{text-align:center;width:220px;height:55px;display:flex;align-items:center;margin-top:0px;border-radius:25px;align-content:center;align-self:center;margin-bottom:41px}#link_button-720-25776:hover{background-color:#8ed1fc;border:1px solid #8ed1fc;color:#ffffff;padding:6px 9.6px}#image-266-25685{bottom:0px;left:0px;object-fit:cover;height:100%;margin-top:21px;border-radius:5px}#image-475-25685{padding-left:25px;padding-right:25px;width:85%}@media (max-width:991px){#image-266-25685{height:40vh}}.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: #ffffff;
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;                            } .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;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
justify-content: center;            } .oxy-pricing-box .oxy-pricing-box-title-title {
font-size: 48px;
}
.oxy-pricing-box .oxy-pricing-box-title-subtitle {
font-size: 24px;
} .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: 0.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,0.5);
margin-bottom: 20px;            } .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
font-size: 16px;
color: rgba(0,0,0,0.5);
} .oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
justify-content: center;            }
.oxy-progress-bar .oxy-progress-bar-background {
background-color: #000000;            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: #66aaff;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: #ffffff; }.ct-slider .unslider-nav ol li.unslider-active {background-color: #ffffff; }.ct-slider .ct-slide {
padding: 0px;			}
.oxy-superbox .oxy-superbox-secondary, 
.oxy-superbox .oxy-superbox-primary {
transition-duration: 0.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:0.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:0.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:0.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:#ffffff;
}
.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 .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,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:#FFFFFF;
--oxynav-activehover-color:#EFEDF4;
--oxynav-background-color:#4831B0;
--oxynav-border-radius:0px;
--oxynav-other-spacing:8px;
--oxynav-transition-duration:0.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: 'Noto Sans';}body {line-height: ;font-size: px;font-weight: ;color: ;}.oxy-nav-menu-hamburger-line {background-color: ;}h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans';}.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;
}
}
.atomic-secondary-heading {
color:#2b2c27;
font-weight:400;
font-size:56px;
line-height:1.1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
@media (max-width: 1120px) {
.atomic-secondary-heading {
font-size:52px;
}
}
@media (max-width: 767px) {
.atomic-secondary-heading {
font-size:44px;
}
}
@media (max-width: 479px) {
.atomic-secondary-heading {
font-size:40px;
}
}
.atomic-iconblock-17-icon {
color: #566d8f;}.atomic-iconblock-17-icon 
>svg {width: 30px;height: 30px;}.atomic-iconblock-17-icon {
margin-bottom:16px;
}
.atomic-iconblock-17-title {
font-size:20px;
font-weight:500;
color:#566d8f;
line-height:1.1;
letter-spacing:.12em;
margin-bottom:8px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-iconblock-17-text {
font-size:18px;
color:#3b3c38;
font-weight:400;
margin-bottom:27px;
line-height:1.6;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-subheading {
font-family:Noto Sans;
color:#2b2c27;
font-size:24px;
line-height:1.6;
font-weight:200;
max-width:480px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
@media (max-width: 767px) {
.atomic-subheading {
font-size:20px;
}
}
@media (max-width: 479px) {
.atomic-subheading {
font-size:18px;
}
}
.atomic-primary-button:hover{
background-color:#6799b2;
color:#ffffff;
}
.atomic-primary-button {
font-family:Noto Sans;
background-color:#65bec2;
padding-top:20px;
padding-bottom:20px;
padding-left:48px;
padding-right:48px;
font-size:20px;
color:#ffffff;
font-weight:700;
line-height:1.2;
letter-spacing:.25em;
text-align:center;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
text-transform:none;
text-decoration:none;
font-style:normal;
}
@media (max-width: 991px) {
.atomic-primary-button {
padding-top:16px;
padding-left:36px;
padding-right:36px;
padding-bottom:16px;
}
}
@media (max-width: 767px) {
.atomic-primary-button {
font-size:18px;
}
}
@media (max-width: 479px) {
.atomic-primary-button {
font-size:16px;
}
}
.atomic-outline-button:hover{
background-color:transparent;
color:#6799b2;
border-top-color:#6799b2;
border-right-color:#6799b2;
border-bottom-color:#6799b2;
border-left-color:#6799b2;
}
.atomic-outline-button {
background-color: transparent;
border: 1px solid #6799b2;
color: #6799b2;
padding: 9px 15px;
}.atomic-outline-button {
font-family:Noto Sans;
font-weight:700;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
text-align:center;
line-height:1.2;
border-top-width:3px;
border-right-width:3px;
border-bottom-width:3px;
border-left-width:3px;
border-top-color:#65bec2;
border-right-color:#65bec2;
border-bottom-color:#65bec2;
border-left-color:#65bec2;
padding-left:46px;
padding-right:46px;
padding-top:18px;
padding-bottom:18px;
color:#65bec2;
background-color:transparent;
font-size:20px;
margin-right:2px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; letter-spacing:.25em;
transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
text-transform:none;
font-style:normal;
text-decoration:none;
}
@media (max-width: 991px) {
.atomic-outline-button {
padding-top:14px;
padding-bottom:14px;
padding-right:34px;
padding-left:34px;
}
}
@media (max-width: 767px) {
.atomic-outline-button {
font-size:18px;
}
}
@media (max-width: 479px) {
.atomic-outline-button {
font-size:16px;
}
}
.atomic-showcase-9-title {
font-family:Noto Sans;
font-size:20px;
color:#566d8f;
font-weight:500;
line-height:1.1;
letter-spacing:.12em;
margin-bottom:12px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-showcase-9-text {
font-size:18px;
color:#3b3c38;
font-weight:400;
line-height:1.6;
max-width:480px;
margin-bottom:24px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-showcase-9-wrapper {
width:100%;
background-color:#ffffff;
padding-top:60px;
padding-left:60px;
padding-right:60px;
padding-bottom:60px;
text-align:left;
box-shadow:0px 20px 40px rgba(0,0,0,0.1);
}
.atomic-showcase-9-wrapper:not(.ct-section):not(.oxy-easy-posts),
.atomic-showcase-9-wrapper.oxy-easy-posts .oxy-posts,
.atomic-showcase-9-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 991px) {
.atomic-showcase-9-wrapper {
padding-top:40px;
padding-left:40px;
padding-right:40px;
padding-bottom:40px;
}
}
.agencyb-red-button:hover{
background-color :#5d6682;
border: 1px solid #5d6682;
}.agencyb-red-button:hover{
transform: scale(1.05,1.05);
}
.agencyb-red-button {
background-color :#8ed1fc;
border: 1px solid #8ed1fc;
color: #ffffff;
padding: 14px 22.4px;
}.agencyb-red-button {
font-family:Noto Sans;
button-hover_color:#5d6682;
font-size:18px;
font-weight:900;
line-height:1.2;
letter-spacing:2px;
color:#ffffff;
padding-left:48px;
padding-right:48px;
text-align:center;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
border-radius:10px;
padding-bottom:11px;
padding-top:11px;
margin-top:0px;
margin-bottom:10px;
}
.agencyb-heading-two {
font-family:Noto Sans;
color:#ffffff;
font-size:56px;
font-weight:700;
line-height:1;
}
@media (max-width: 767px) {
.agencyb-heading-two {
font-size:56px;
}
}
@media (max-width: 479px) {
.agencyb-heading-two {
font-size:48px;
}
}
.agencyb-works-1-wrapper {
width:100%;
background-color:#ffffff;
text-align:center;
padding-bottom:28px;
height:100%;
box-shadow:0px 10px 40px rgba(0,0,0,0.1);
}
.agencyb-works-1-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-works-1-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-works-1-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.agencyb-works-1-image {
background-image:url(https://www.mat-laurent.fr/wp-content/uploads/2025/03/Capture-decran-2025-03-19-a-18.13.09.png);background-size: cover; width:100%;
background-color:#ec2758;
margin-bottom:36px;
padding-top:320px;
background-attachment:scroll;
background-repeat:no-repeat;
text-align:center;
}
.agencyb-works-1-image:not(.ct-section):not(.oxy-easy-posts),
.agencyb-works-1-image.oxy-easy-posts .oxy-posts,
.agencyb-works-1-image.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.agencyb-work-1-label {
font-family:Noto Sans;
color:#ffffff;
font-size:14px;
font-weight:400;
background-color:#8ed1fc;
padding-top:4px;
padding-bottom:4px;
padding-left:24px;
padding-right:24px;
line-height:1.4;
border-radius:6px;
margin-bottom:-12px;
}
.agencyb-work-1-text {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:18px;
font-weight:400;
line-height:1.6;
margin-bottom:24px;
margin-left:48px;
margin-right:48px;
}
.agencyb-work-1-title {
font-family:Noto Sans;
color:#333333;
font-size:24px;
font-weight:700;
line-height:1.2;
margin-bottom:12px;
margin-left:48px;
margin-right:48px;
}
.atomic-medium-button-outline:hover{
color:#6799b2;
}
.atomic-medium-button-outline {
color:#65bec2;
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;
padding-top:13px;
padding-bottom:13px;
padding-right:34px;
padding-left:34px;
font-size:16px;
font-weight:600;
text-align:center;
line-height:1.2;
letter-spacing:.2em;
transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
}
.atomic-medium-button:hover{
background-color:#6799b2;
color:#ffffff;
border-top-color:#6799b2;
border-right-color:#6799b2;
border-bottom-color:#6799b2;
border-left-color:#6799b2;
}
.atomic-medium-button {
background-color :#1e73be;
border: 1px solid #1e73be;
color: #ffffff;
}.atomic-medium-button {
background-color:#65bec2;
color:#ffffff;
font-size:16px;
font-weight:700;
line-height:1.2;
padding-top:15px;
padding-right:36px;
padding-left:36px;
padding-bottom:15px;
letter-spacing:.25em;
text-align:center;
transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
border-top-color:#65bec2;
border-right-color:#65bec2;
border-bottom-color:#65bec2;
border-left-color:#65bec2;
}
.atomic-showcase-1-image {
margin-bottom:18px;
}
.atomic-showcase-1-title {
color:#566d8f;
font-size:20px;
font-weight:500;
line-height:1.1;
letter-spacing:.12em;
text-align:left;
margin-bottom:12px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-showcase-1-text {
color:#3b3c38;
font-size:18px;
font-weight:400;
line-height:1.6;
text-align:left;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.freelance-heading-two {
font-family:Noto Sans;
font-size:44px;
color:rgba(16,16,16,0.66);
line-height:1.1;
letter-spacing:0px;
font-weight:700;
}
.freelance-body-text {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:14px;
font-weight:400;
line-height:1.5;
margin-bottom:12px;
margin-top:0px;
}
.freelance-showcase-5-wrapper {
width:100%;
background-color:#e4ebf3;
padding-top:10px;
box-shadow:0px 30px 40px -10px #e4ebf3;
}
.freelance-showcase-5-wrapper:not(.ct-section):not(.oxy-easy-posts),
.freelance-showcase-5-wrapper.oxy-easy-posts .oxy-posts,
.freelance-showcase-5-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.freelance-showcase-5-wrapper {
text-align:center;
}
.freelance-showcase-5-wrapper:not(.ct-section):not(.oxy-easy-posts),
.freelance-showcase-5-wrapper.oxy-easy-posts .oxy-posts,
.freelance-showcase-5-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.freelance-showcase-5-img {
width:50%;
}
@media (max-width: 767px) {
.freelance-showcase-5-img {
width:100%;
}
}
.freelance-showcase-5-content {
width:100%;
margin-left:28px;
margin-top:20px;
margin-right:28px;
margin-bottom:20px;
text-align:left;
height:100%;
}
.freelance-showcase-5-content:not(.ct-section):not(.oxy-easy-posts),
.freelance-showcase-5-content.oxy-easy-posts .oxy-posts,
.freelance-showcase-5-content.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
@media (max-width: 767px) {
.freelance-showcase-5-content {
padding-left:24px;
padding-right:24px;
}
}
.freelance-showcase-5-title {
font-family:Noto Sans;
font-size:14px;
color:rgba(16,16,16,0.66);
font-weight:700;
line-height:1.1;
letter-spacing:1px;
margin-bottom:12px;
margin-top:0px;
}
.freelance-showcase-5-text {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:14px;
font-weight:400;
line-height:1.5;
margin-bottom:12px;
}
.freelance-text-link:hover{
text-decoration:underline;
}
.freelance-text-link {
font-family:Noto Sans;
color:#f9cc4a;
font-size:14px;
font-weight:400;
text-decoration:none;
line-height:1.5;
}
.proteus-big-text {
font-family:Noto Sans;
color:#576677;
font-size:24px;
font-weight:300;
line-height:1.4;
margin-bottom:0px;
}
.proteus-heading-two {
font-family:Noto Sans;
font-size:64px;
color:#2b3644;
font-weight:100;
line-height:1;
}
@media (max-width: 767px) {
.proteus-heading-two {
font-size:48px;
}
}
@media (max-width: 479px) {
.proteus-heading-two {
font-size:40px;
}
}
.proteus-subheading {
font-family:Noto Sans;
color:#74d8c2;
font-size:18px;
font-weight:900;
line-height:1.2;
letter-spacing:2px;
}
@media (max-width: 767px) {
.proteus-subheading {
font-size:14px;
}
}
@media (max-width: 479px) {
.proteus-subheading {
font-size:12px;
}
}
.proteus-heading-three {
font-family:Noto Sans;
color:#2b3644;
font-size:30px;
font-weight:400;
line-height:1;
}
.proteus-pricing-3-price {
font-family:Noto Sans;
color:#74d8c2;
font-size:72px;
font-weight:900;
line-height:1;
margin-bottom:6px;
}
.proteus-pricing-3-item-text {
font-family:Noto Sans;
color:#576677;
font-size:16px;
font-weight:500;
line-height:1.4;
margin-bottom:12px;
}
.proteus-pricing-3-white-text {
line-height:1.4;
color:#ffffff;
margin-bottom:12px;
}
.proteus-pricing-3-bullet {
margin-left:-16px;
color:#74d8c2;
margin-right:4px;
}
.proteus-green-button-small:hover{
color:#fff;
background-color:#41c3e5;
}
.proteus-green-button-small {
font-family:Noto Sans;
font-size:16px;
color:#ffffff;
font-weight:900;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; background-color:#74d8c2;
padding-top:6px;
padding-bottom:6px;
padding-left:30px;
padding-right:30px;
border-radius:1000px;
line-height:1.2;
text-align:center;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
}
.proteus-body-text {
font-family:Noto Sans;
color:#576677;
font-size:16px;
font-weight:500;
line-height:1.4;
}
.proteus-pricing-1-head-column {
text-align:center;
}
.proteus-pricing-1-head-column:not(.ct-section):not(.oxy-easy-posts),
.proteus-pricing-1-head-column.oxy-easy-posts .oxy-posts,
.proteus-pricing-1-head-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.proteus-pricing-1-image {
color: #333333;}.proteus-pricing-1-image 
>svg {width: 36px;height: 36px;}.proteus-pricing-1-image {
margin-bottom:12px;
}
.proteus-pricing-1-price {
font-family:Noto Sans;
color:#74d8c2;
font-size:36px;
font-weight:900;
}
.proteus-pricing-1-heading-cell {
text-align:left;
}
.proteus-pricing-1-heading-cell:not(.ct-section):not(.oxy-easy-posts),
.proteus-pricing-1-heading-cell.oxy-easy-posts .oxy-posts,
.proteus-pricing-1-heading-cell.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
justify-content:center;
}
.proteus-pricing-1-centered-cell {
text-align:justify;
width:20.00px;
}
.proteus-pricing-1-centered-cell:not(.ct-section):not(.oxy-easy-posts),
.proteus-pricing-1-centered-cell.oxy-easy-posts .oxy-posts,
.proteus-pricing-1-centered-cell.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:stretch;
justify-content:center;
}
.proteus-pricing-1-x-icon {
font-family:Noto Sans;
font-size:16px;
color:#41c3e5;
font-weight:400;
line-height:1.4;
text-align:center;
}
.proteus-pricing-1-check-icon {
font-family:Noto Sans;
font-size:16px;
color:#1278ab;
font-weight:400;
line-height:1.4;
text-align:center;
}
.proteus-pricing-1-row {
min-width:720px;
}
.hyperion-subheading {
font-family:Noto Sans;
color:#8ed1fc;
font-weight:900;
font-size:30px;
letter-spacing:4px;
line-height:1.1;
text-transform:uppercase;
}
@media (max-width: 991px) {
.hyperion-subheading {
font-size:20px;
}
}
.hyperion-heading-two {
font-family:Noto Sans;
color:#000000;
font-weight:900;
font-size:96px;
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-body-text {
font-family:Noto Sans;
font-size:20px;
color:#52565a;
font-weight:400;
line-height:1.5;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
@media (max-width: 479px) {
.hyperion-body-text {
font-size:18px;
}
}
.hyperion-primary-button:hover{
color:#5d6682;
box-shadow: rgba(0, 0, 0, 0.1) 0 20px 40px; transform: scale(1.05,1.05);
}
.hyperion-primary-button {
background-image: linear-gradient(120deg, #e96199, #e9435a), linear-gradient(#5d6682, #5d6682); font-family:Noto Sans;
font-size:24px;
color:#f9f9f9;
font-weight:900;
text-decoration:none;
text-align:center;
line-height:1;
background-color:#58748c;
letter-spacing:.125em;
padding-top:30px;
padding-bottom:30px;
padding-left:60px;
padding-right:60px;
border-radius:1000px;
transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
}
@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:Noto 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_pricing-5_column:last-child{
margin-right:0px;
}
.hyperion_pricing-5_column {
width:240px;
margin-right:40px;
flex-grow:1;
}
@media (max-width: 767px) {
.hyperion_pricing-5_column {
margin-bottom:20px;
margin-right:0px;
width:100%;
}
.hyperion_pricing-5_column:last-child{
margin-bottom:0px;
}
}
.hyperion_pricing-5_list-item:last-child{
margin-bottom:0px;
}
.hyperion_pricing-5_list-item:before{
font-family:Noto Sans;
content:"✓";
color:#ffffff;
font-weight:900;
background-color:#c2bfd3;
padding-top:3px;
padding-left:6px;
padding-right:6px;
padding-bottom:2px;
border-radius:120px;
margin-right:8px;
margin-left:-32px;
}
.hyperion_pricing-5_list-item {
padding-left:32px;
font-size:16px;
margin-bottom:20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; color:#333333;
}
.atomic-pricing-1-title {
width:33.33%;
text-align:left;
padding-top:18px;
padding-bottom:18px;
padding-left:18px;
padding-right:18px;
font-weight:500;
font-size:20px;
color:#566d8f;
line-height:1.1;
letter-spacing:0.5px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-pricing-1-text {
font-size:18px;
color:#2b2c27;
width:33.33%;
padding-top:18px;
padding-bottom:18px;
padding-left:18px;
padding-right:18px;
text-align:left;
line-height:1.4;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-pricing-1-link:hover{
color:#566d8f;
}
.atomic-pricing-1-link {
font-size:18px;
padding-top:18px;
padding-bottom:18px;
padding-left:18px;
padding-right:18px;
width:33.33%;
text-align:left;
color:#6799b2;
text-decoration:underline;
line-height:1.4;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale; transition-duration:0.5s;
transition-timing-function:ease;
transition-property:all;
}
.atomic-pricing-1-row-light {
width:100%;
background-color:#ffffff;
min-width:640px;
overflow:scroll;
}
.atomic-pricing-1-row-light:not(.ct-section):not(.oxy-easy-posts),
.atomic-pricing-1-row-light.oxy-easy-posts .oxy-posts,
.atomic-pricing-1-row-light.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
}
.atomic-pricing-1-row-dark {
width:100%;
background-color:#eff4f7;
min-width:640px;
overflow:scroll;
}
.atomic-pricing-1-row-dark:not(.ct-section):not(.oxy-easy-posts),
.atomic-pricing-1-row-dark.oxy-easy-posts .oxy-posts,
.atomic-pricing-1-row-dark.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.hyperion-heading-three {
font-family:Noto Sans;
color:#23232d;
font-size:36px;
font-weight:900;
line-height:1;
z-index:100;
letter-spacing:.05em;
}
.hyperion-outline-button:hover{
transform:scale(1.05,1.05); color:#ffffff;
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:3E96199;
border-right-color:3E96199;
border-bottom-color:3E96199;
border-left-color:3E96199;
border-radius:1000px;
transition-duration:0.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;
}
}
.atomic-tritary-heading {
color:#2b2c27;
font-size:36px;
font-weight:400;
line-height:1.2;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
@media (max-width: 767px) {
.atomic-tritary-heading {
font-size:30px;
}
}
.atomic-iconblock-11-wrapper {
background-color:#ffffff;
padding-top:30px;
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
width:46%;
margin-top:2%;
margin-left:2%;
margin-right:2%;
margin-bottom:2%;
box-shadow:0px 20px 40px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
.atomic-iconblock-11-wrapper {
width:98%;
}
}
.atomic-iconblock-11-icon {
color: #566d8f;}.atomic-iconblock-11-icon 
>svg {width: 30px;height: 30px;}.atomic-iconblock-11-icon {
margin-bottom:16px;
}
.atomic-iconblock-11-title {
color:#566d8f;
font-size:20px;
font-weight:500;
line-height:1.1;
letter-spacing:.12em;
margin-bottom:8px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.atomic-iconblock-11-text {
color:#3b3c38;
font-size:18px;
font-weight:400;
line-height:1.4;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;}
.freelance-primary-button:hover{
background-color:#f9cc4a;
color:#ffffff;
}
.freelance-primary-button {
background-image:linear-gradient(#5d6682, #5d6682); font-family:Noto Sans;
color:#ffffff;
text-decoration:none;
font-size:16px;
font-weight:700;
line-height:1;
letter-spacing:2px;
background-color:#ffffff;
padding-top:18px;
padding-bottom:18px;
padding-left:42px;
padding-right:42px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
text-align:center;
border-radius:10px;
}
.freelance-iconblock-4-column {
background-color:#ffffff;
background-position:50% 0%;
}
.freelance-iconblock-4-column:not(.ct-section):not(.oxy-easy-posts),
.freelance-iconblock-4-column.oxy-easy-posts .oxy-posts,
.freelance-iconblock-4-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.freelance-iconblock-4-icon {
color: #8ed1fc;}.freelance-iconblock-4-icon 
>svg {width: 40px;height: 40px;}.freelance-iconblock-4-icon {
margin-bottom:12px;
margin-top:24px;
}
.freelance-iconblock-4-title {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:14px;
font-weight:700;
line-height:1.1;
margin-bottom:8px;
letter-spacing:1px;
}
.freelance-iconblock-4-text {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:14px;
font-weight:400;
line-height:1.5;
margin-bottom:16px;
max-width:400px;
}
.onepage-heading-two {
color:#ffffff;
font-size:50px;
font-weight:900;
line-height:1.1;
}
@media (max-width: 479px) {
.onepage-heading-two {
font-size:40px;
}
}
.onepage-subheading {
color:#666666;
font-size:20px;
font-weight:400;
max-width:720px;
line-height:1.6;
}
.onepage-red-button:hover{
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
box-shadow:0px 30px 40px -10px rgba(253,98,90,0.3);
}
.onepage-red-button {
color:#ffffff;
background-color:#fd625e;
text-decoration:none;
font-size:20px;
font-weight:700;
line-height:1.1;
padding-left:48px;
padding-right:48px;
padding-top:17px;
padding-bottom:17px;
border-radius:100px;
letter-spacing:1px;
text-align:center;
transition-duration:0.3s;
transition-timing-function:ease;
transition-property:all;
box-shadow:0px 25px 20px -20px rgba(253,98,90,0.3);
}
.onepage-outline-button:hover{
transform: scale(1.05,1.05);
}
.onepage-outline-button {
font-family:Noto Sans;
font-size:20px;
font-weight:700;
color:#fd625e;
border-right-color:#fd625e;
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-radius:100px;
padding-top:15px;
padding-bottom:15px;
padding-left:46px;
padding-right:46px;
text-align:center;
text-decoration:none;
line-height:1.1;
letter-spacing:1px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
}
.onepage-testimonial-9-wrapper {
background-color:#ffffff;
width:100%;
text-align:center;
padding-top:32px;
padding-left:32px;
padding-bottom:40px;
padding-right:32px;
height:100%;
position:relative;
box-shadow:0px 10px 20px rgba(0,0,0,0.1);
}
.onepage-testimonial-9-wrapper:not(.ct-section):not(.oxy-easy-posts),
.onepage-testimonial-9-wrapper.oxy-easy-posts .oxy-posts,
.onepage-testimonial-9-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.onepage-testimonial-9-image {
margin-bottom:12px;
height:50px;
}
.onepage-testimonial-9-name {
font-family:Noto Sans;
color:#000000;
font-size:24px;
font-weight:700;
line-height:1.1;
margin-bottom:4px;
}
.onepage-testimonial-9-position {
font-family:Noto Sans;
color:#666666;
font-size:14px;
font-weight:400;
margin-bottom:24px;
}
.onepage-testimonial-9-text {
font-family:Noto Sans;
color:#000000;
font-size:16px;
font-weight:400;
font-style:italic;
line-height:1.6;
margin-bottom:24px;
}
.onepage-testimonial-9-icons {
margin-top:auto;
}
.atomic-content-19-column {
margin-left:0px;
text-shadow:0px #d82222;
}
.atomic-content-19-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-19-column.oxy-easy-posts .oxy-posts,
.atomic-content-19-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 767px) {
.atomic-content-19-column {
text-align:center;
margin-top:0px;
}
.atomic-content-19-column:not(.ct-section):not(.oxy-easy-posts),
.atomic-content-19-column.oxy-easy-posts .oxy-posts,
.atomic-content-19-column.ct-section .ct-section-inner-wrap{
display:flex;
}
}
.atomic-content-19-image:hover{
}
.atomic-content-19-image {
height:100px;
opacity:1;
mix-blend-mode:color;
}
.agencyb-reviews-1-avatar {
width:96px;
border-radius:100%;
border-top-width:5px;
border-right-width:5px;
border-bottom-width:5px;
border-left-width:5px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-color:#fff;
border-right-color:#fff;
border-bottom-color:#fff;
border-left-color:#fff;
height:96px;
margin-bottom:10px;
}
.agencyb-review-1-stars-wrapper {
width:100%;
text-align:center;
margin-bottom:6px;
}
.agencyb-review-1-stars-wrapper:not(.ct-section):not(.oxy-easy-posts),
.agencyb-review-1-stars-wrapper.oxy-easy-posts .oxy-posts,
.agencyb-review-1-stars-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
}
.agencyb-review-1-star-icon {
color: #ffffff;}.agencyb-review-1-star-icon 
>svg {width: 16px;height: 16px;}.agencyb-review-1-star-icon {
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:2px;
}
.agencyb-review-1-title {
font-family:Noto Sans;
font-size:24px;
color:#ffffff;
font-weight:700;
line-height:1.2;
margin-bottom:12px;
}
.agencyb-review-1-text {
font-family:Noto Sans;
color:#ffffff;
font-size:16px;
font-weight:400;
line-height:1.6;
}
.agencyb-red-outline-button:hover{
background-color: transparent;
border: 1px solid #ec2758;
color: #ec2758;
}.agencyb-red-outline-button:hover{
transform: scale(1.05,1.05);
}
.agencyb-red-outline-button {
background-color: transparent;
border: 1px solid #ec2758;
color: #ec2758;
padding: 13px 21.4px;
}.agencyb-red-outline-button {
font-family:Noto Sans;
button-hover_color:#ec2758;
font-size:18px;
font-weight:900;
letter-spacing:2px;
line-height:1.2;
padding-left:48px;
padding-right:48px;
border-radius:100px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
}
.agencyb-body-text {
font-family:Noto Sans;
color:#ffffff;
font-size:16px;
font-weight:400;
line-height:1.6;
}
.agencyb-team-2-wrapper {
background-color:#5d6682;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
.agencyb-team-2-text-column {
text-align:left;
width:60%;
}
.agencyb-team-2-text-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-team-2-text-column.oxy-easy-posts .oxy-posts,
.agencyb-team-2-text-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 991px) {
.agencyb-team-2-text-column {
text-align:center;
}
.agencyb-team-2-text-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-team-2-text-column.oxy-easy-posts .oxy-posts,
.agencyb-team-2-text-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
}
.agencyb-team-2-name {
font-family:Noto Sans;
color:#333333;
font-size:24px;
font-weight:700;
line-height:1.2;
margin-bottom:33px;
}
.agencyb-team-2-text {
font-family:Noto Sans;
color:#000000;
font-size:16px;
font-weight:400;
line-height:1.6;
margin-bottom:20px;
}
.agencyb-team-2-tag {
font-family:Noto Sans;
color:#ffffff;
font-size:12px;
font-weight:400;
background-color:#ec2758;
line-height:1.2;
padding-left:24px;
padding-right:24px;
padding-top:7px;
padding-bottom:7px;
border-radius:6px;
margin-bottom:16px;
}
.agencyb-outline-button:hover{
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff;
}.agencyb-outline-button:hover{
transform: scale(1.05,1.05);
}
.agencyb-outline-button {
background-color: transparent;
border: 1px solid #ffffff;
color: #ffffff;
padding: 13px 21.4px;
}.agencyb-outline-button {
font-family:Noto Sans;
button-hover_color:#ffffff;
font-size:18px;
font-weight:900;
padding-left:48px;
padding-right:48px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
border-radius:100px;
letter-spacing:2px;
line-height:1.2;
text-align:center;
}
.agencyb-logo:hover{
transform: scale(1.05,1.05);
}
.agencyb-logo {
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
}
@media (max-width: 991px) {
.agencyb-logo {
}
}
.agencyb-heading-one {
font-family:Noto Sans;
color:#181b25;
font-weight:700;
font-size:5rem;
line-height:1;
}
@media (max-width: 767px) {
.agencyb-heading-one {
font-size:64rem;
}
}
@media (max-width: 479px) {
.agencyb-heading-one {
text-align:center;
font-size:40rem;
}
.agencyb-heading-one:not(.ct-section):not(.oxy-easy-posts),
.agencyb-heading-one.oxy-easy-posts .oxy-posts,
.agencyb-heading-one.ct-section .ct-section-inner-wrap{
display:flex;
align-items:center;
justify-content:center;
}
}
.agencyb-white-button:hover{
background-color :#ffffff;
border: 1px solid #ffffff;
}.agencyb-white-button:hover{
transform: scale(1.05,1.05);
}
.agencyb-white-button {
background-color :color(15);
border: 1px solid color(15);
color: #079b51;
padding: 14px 22.4px;
}.agencyb-white-button {
font-family:Noto Sans;
button-hover_color:#ffffff;
font-size:18px;
font-weight:900;
padding-left:48px;
padding-right:48px;
line-height:1.2;
letter-spacing:2px;
border-radius:100px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
text-align:center;
padding-bottom:0px;
padding-top:0px;
}
.agencyb-white-button:not(.ct-section):not(.oxy-easy-posts),
.agencyb-white-button.oxy-easy-posts .oxy-posts,
.agencyb-white-button.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 479px) {
.agencyb-white-button {
max-width:100%;
align-self:center;
}
.agencyb-white-button:not(.ct-section):not(.oxy-easy-posts),
.agencyb-white-button.oxy-easy-posts .oxy-posts,
.agencyb-white-button.ct-section .ct-section-inner-wrap{
display:flex;
align-items:center;
align-content:center;
justify-content:center;
}
}
.agencyb-hero-3-column {
color: #ffffff;}.agencyb-hero-3-column 
>svg {width: 48px;height: 48px;}.agencyb-hero-3-column {
padding-bottom:0px;
background-color:#ffffff;
padding-top:0px;
text-align:left;
}
.agencyb-hero-3-column:not(.ct-section):not(.oxy-easy-posts),
.agencyb-hero-3-column.oxy-easy-posts .oxy-posts,
.agencyb-hero-3-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.agencyb-hero-3-title {
font-family:Noto Sans;
color:#ffffff;
font-size:24px;
font-weight:700;
line-height:1.2;
margin-bottom:4px;
}
.agencyb-hero-3-text {
font-family:Noto Sans;
font-size:16px;
color:#ffffff;
font-weight:400;
line-height:1.6;
max-width:480px;
}
.freelance-testimonial-4-wrapper {
width:100%;
padding-left:48px;
padding-right:48px;
text-align:center;
margin-top:0px;
padding-top:30px;
padding-bottom:30px;
background-color:#ffffff;
border-radius:2px;
}
.freelance-testimonial-4-wrapper:not(.ct-section):not(.oxy-easy-posts),
.freelance-testimonial-4-wrapper.oxy-easy-posts .oxy-posts,
.freelance-testimonial-4-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
}
.freelance-testimonial-4-img {
width:120px;
border-radius:100px;
margin-top:-60px;
margin-bottom:12px;
}
.freelance-testimonial-4-title {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:43px;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
margin-bottom:0px;
padding-bottom:5px;
margin-top:11px;
}
@media (max-width: 479px) {
.freelance-testimonial-4-title {
font-size:29px;
}
}
.freelance-testimonial-4-label {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:25px;
font-weight:400;
line-height:1.5;
margin-bottom:10px;
margin-top:6px;
}
@media (max-width: 479px) {
.freelance-testimonial-4-label {
font-size:18px;
}
}
.freelance-testimonial-4-text {
font-family:Noto Sans;
color:rgba(16,16,16,0.66);
font-size:20px;
font-weight:400;
line-height:1.5;
font-style:italic;
margin-top:0px;
margin-bottom:0px;
}
@media (max-width: 479px) {
.freelance-testimonial-4-text {
font-size:17px;
}
}
.freelancer-logo {
z-index: 1000;
}
.freelancer-menu {
font-family:Noto Sans;
color:#333333;
z-index: 1000;
}
.freelance-footer-text {
font-family:Noto Sans;
color:#f9cc4a;
font-size:12px;
font-weight:400;
line-height:1.5;
}
.freelance-footer-link:hover{
text-decoration:underline;
}
.freelance-footer-link {
color:#f9cc4a;
text-decoration:none;
}
.freelance-heading-one {
font-family:Noto Sans;
font-size:48px;
font-weight:700;
color:#ffffff;
line-height:1.1;
letter-spacing:5px;
z-index: 100;
}
.freelance-heading-three {
font-family:Noto Sans;
font-size:14px;
color:#ffffff;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
}
.freelance-review-1-image {
width:96px;
border-radius:1000%;
margin-bottom:12px;
}
.freelance-review-1-quote {
font-family:Noto Sans;
color:#f9cc4a;
font-size:72px;
font-weight:700;
line-height:01;
margin-bottom:-24px;
}
.freelance-review-1-text {
font-family:Noto Sans;
font-style:italic;
color:#ffffff;
font-weight:400;
font-size:20px;
line-height:2;
}
.freelance-review-1-slide {
margin-bottom:24px;
padding-left:36px;
padding-right:36px;
}
@media (max-width: 479px) {
.freelance-review-1-slide {
padding-left:0px;
padding-right:0px;
}
}
.freelance-work-text-column {
margin-right:0px;
width:100%;
}
.freelance-work-text-column:not(.ct-section):not(.oxy-easy-posts),
.freelance-work-text-column.oxy-easy-posts .oxy-posts,
.freelance-work-text-column.ct-section .ct-section-inner-wrap{
display:flex;
justify-content:center;
}
.freelance-work-columns {
margin-bottom:36px;
}
.freelance-big-work-img {
width:100%;
box-shadow:0px 20px 40px rgba(0,0,0,0.1);
}
.freelance-iconblock-3-column {
text-align:left;
}
.freelance-iconblock-3-column:not(.ct-section):not(.oxy-easy-posts),
.freelance-iconblock-3-column.oxy-easy-posts .oxy-posts,
.freelance-iconblock-3-column.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:flex-start;
}
.freelance-iconblock-3-icon {
color: #f9cc4a;}.freelance-iconblock-3-icon 
>svg {width: 40px;height: 40px;}.freelance-iconblock-3-icon {
margin-bottom:12px;
}
@media (max-width: 479px) {
.freelance-iconblock-3-icon {
}
}
.freelance-iconblock-3-title {
font-family:Noto Sans;
color:#ffffff;
font-weight:700;
font-size:14px;
margin-bottom:8px;
line-height:1.1;
letter-spacing:1px;
}
.freelance-iconblock-3-text {
font-family:Noto Sans;
font-size:14px;
font-weight:400;
color:#a7a9b2;
line-height:1.5;
}
.oxy-superbox-primary {
}
.oxy-superbox-secondary {
}
.freelance-showcase-3-text {
font-family:Noto Sans;
color:white;
font-size:14px;
font-weight:400;
line-height:1.5;
margin-left:20px;
margin-right:20px;
margin-top:8px;
max-width:320px;
}
.freelance-showcase-4-column {
}
.freelance-showcase-4-highlight {
text-align:center;
height:100%;
padding-left:48px;
padding-right:48px;
padding-top:12px;
padding-bottom:12px;
box-shadow:0px 30px 40px -10px rgba(0,0,0,0.5);
background-image: linear-gradient(0deg, #242732 0%, #3c414e 100%);
}
.freelance-showcase-4-highlight:not(.ct-section):not(.oxy-easy-posts),
.freelance-showcase-4-highlight.oxy-easy-posts .oxy-posts,
.freelance-showcase-4-highlight.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
@media (max-width: 991px) {
.freelance-showcase-4-highlight {
padding-top:48px;
padding-bottom:48px;
}
}
.freelance-showcase-4-superbox {
box-shadow:0px 30px 40px -10px rgba(0,0,0,0.5);
}
@media (max-width: 991px) {
.freelance-showcase-4-superbox {
}
}
.freelance-showcase-4-title {
font-family:Noto Sans;
color:#ffffff;
font-size:14px;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
}
.freelance-portfolio-1-workitem {
width:100%;
background-color:#494e5e;
padding-bottom:70%;
position:relative;
text-align:center;
box-shadow:0px 20px 40px rgba(0,0,0,0.1);
}
.freelance-portfolio-1-workitem:not(.ct-section):not(.oxy-easy-posts),
.freelance-portfolio-1-workitem.oxy-easy-posts .oxy-posts,
.freelance-portfolio-1-workitem.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.freelance-portfolio-1-title:hover{
opacity:1;
}
.freelance-portfolio-1-title {
font-family:Noto Sans;
font-size:14px;
font-weight:700;
color:#ffffff;
letter-spacing:1px;
background-color:#f9cc4a;
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
bottom:0px;
right:0px;
transition-duration:0.2s;
transition-timing-function:ease;
transition-property:all;
opacity:0;
}
.freelance-portfolio-1-title:not(.ct-section):not(.oxy-easy-posts),
.freelance-portfolio-1-title.oxy-easy-posts .oxy-posts,
.freelance-portfolio-1-title.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:unset;
align-items:center;
justify-content:center;
}
.freelance-contact-2-wrapper {
width:100%;
margin-bottom:24px;
}
.freelance-contact-2-wrapper:not(.ct-section):not(.oxy-easy-posts),
.freelance-contact-2-wrapper.oxy-easy-posts .oxy-posts,
.freelance-contact-2-wrapper.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:row;
align-items:center;
}
@media (max-width: 767px) {
.freelance-contact-2-wrapper {
}
}
.freelance-contact-2-icon {
color: #f9cc4a;}.freelance-contact-2-icon 
>svg {width: 24px;height: 24px;}.freelance-contact-2-icon {
margin-right:12px;
}
.freelance-contact-2-text {
font-family:Noto Sans;
color:#ffffff;
font-size:14px;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
text-align:left;
}
.freelance-hero-block {
background-color:#494e5e;
text-align:center;
padding-bottom:0px;
padding-top:45%;
box-shadow:0px 20px 40px rgba(0,0,0,0.1);
background-image: linear-gradient(0deg, #242732 0%, #3c414e 100%); z-index: 100;
}
.freelance-hero-block:not(.ct-section):not(.oxy-easy-posts),
.freelance-hero-block.oxy-easy-posts .oxy-posts,
.freelance-hero-block.ct-section .ct-section-inner-wrap{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.freelance-hero-1-letter {
font-family:Noto Sans;
color:#f9cc4a;
font-size:140px;
font-weight:700;
font-style:italic;
margin-bottom:4%;
margin-right:18%;
margin-left:12%;
}
@media (max-width: 767px) {
.freelance-hero-1-letter {
}
}
.bw-image {
padding-bottom:0px;
}
.toggle-8149 {
}
.toggle-8149-expanded {
}
.toggle-2114 {
padding-top:16px;
padding-left:0px;
}
.toggle-2114-expanded {
}
.toggle-0108 {
}
.toggle-0108-expanded {
}
body {
-webkit-font-smoothing: antialiased;
}
.bw-image {
filter: grayscale(100%);
}