.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%;
}
.ct-columns {
    position: relative;
}
.ct-ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.oxy-dynamic-list {
    width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ct-div-block,
    .oxy-post-content,
    .ct-text-block,
    .ct-headline,
    .oxy-rich-text,
    .ct-link-text {
        max-width: 100%;
    }
    img {
        flex-shrink: 0;
    }
    body * {
        min-height: 1px;
    }
}
.oxy-testimonial {
    flex-direction: row;
    align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
    order: 1;
}

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

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

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

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

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

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

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

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

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

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

/* GLOBALS */

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

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

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

/* TITLE */

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

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

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

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

.oxy-pricing-box .oxy-pricing-box-amount-main {
    font-size: 80px;
    line-height: 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;
}

/* CONTENT */

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

/* CTA */

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

.oxy-progress-bar .oxy-progress-bar-background {
    background-color: #000000;
    background-image: linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.12) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.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, 0.12) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.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;
}

.ct-section-inner-wrap,
.oxy-header-container {
    max-width: 1120px;
}
/* body {
    font-family: "Heebo";
} */
body {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}
.oxy-nav-menu-hamburger-line {
    background-color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Heebo";
    font-size: 55px;
    font-weight: 500;
}
h2,
h3,
h4,
h5,
h6 {
    font-size: 50px;
    font-weight: 400;
}
h3,
h4,
h5,
h6 {
    font-size: 34px;
    font-weight: 400;
}
h4,
h5,
h6 {
    font-size: 28px;
    font-weight: 400;
}
h5,
h6 {
    font-size: 18px;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    font-weight: 400;
}
a {
    color: #ed1c24;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.ct-link-text {
    text-decoration: none;
}
.ct-link {
    text-decoration: none;
}
.ct-link-button {
    font-weight: 500;
    border-radius: 0px;
}
.ct-section-inner-wrap {
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    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-logo:hover {
    opacity: 1;
}
.atomic-logo {
    opacity: 0.7;
}
.menu-item:hover {
}
.menu-item {
}
.main-nav {
}
.hero-banner {
    background-image: url(https://web.archive.org/web/20221204124714im_/https://designhouse.design/wp-content/uploads/2020/02/21814.jpg);
    text-align: center;
    position: relative;
    aos-enable: false;
}
.hero-banner .ct-section-inner-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
}
.hero-banner:not(.ct-section),
.hero-banner.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .hero-banner {
    }
    .hero-banner .ct-section-inner-wrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width: 479px) {
    .hero-banner {
    }
}

.hero-headline {
    font-size: 78px;
    line-height: 1;
    max-width: 80%;
    font-weight: 700;
    aos-enable: true;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.51);
}
@media (max-width: 991px) {
    .hero-headline {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero-headline {
        font-size: 40px;
    }
}

@media (max-width: 479px) {
    .hero-headline {
        font-size: 30px;
    }
}

.btn-primary:hover {
    background-color: #d3151b;
    border: 1px solid #d3151b;
}
.btn-primary:hover {
}
.btn-primary {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: #ffffff;
    padding: 10px 16px;
}
.btn-primary {
    button-hover_color: #d3151b;
}
.btn {
    font-size: 25px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, background, color;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
}
.hero-banner-btn {
    position: absolute;
    z-index: 10;
    top: -31px;
}
.row-columns {
}
.row-columns:not(.ct-section),
.row-columns.ct-section .ct-section-inner-wrap {
    flex-direction: unset;
}
@media (max-width: 991px) {
    .row-columns {
    }
    .row-columns:not(.ct-section),
    .row-columns.ct-section .ct-section-inner-wrap {
        flex-direction: unset;
    }
}

.headline-bb {
    border-bottom-width: 2px;
    border-bottom-color: #ed1c24;
    border-bottom-style: solid;
    width: 100%;
}
.circular-highlight-col {
    margin-top: 45px;
    text-align: left;
    flex-grow: 1;
    flex-shrink: 1;
    width: 0%;
    flex: 1;
}
.circular-highlight-col:not(.ct-section),
.circular-highlight-col.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .circular-highlight-col {
    }
    .circular-highlight-col:not(.ct-section),
    .circular-highlight-col.ct-section .ct-section-inner-wrap {
        flex-direction: unset;
    }
}

.circular-highlight-text {
    color: #ffffff;
    width: 60%;
    aos-enable: false;
}
@media (max-width: 767px) {
    .circular-highlight-text {
        width: 100%;
    }
}

.circular-highlight-headline {
    margin-bottom: 15px;
}
.mb-3 {
    margin-bottom: 35px;
}
.callout-btn:hover {
    transform: scale(1.03, 1.03);
    border-top-color: #7a7a7a;
    border-right-color: #7a7a7a;
    border-bottom-color: #7a7a7a;
    border-left-color: #7a7a7a;
}
.callout-btn {
    background-image: url(https://web.archive.org/web/20221204124714im_/https://designhouse.design/wp-content/uploads/2020/02/qr-bg@2x.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-color: #4c4d4e;
    border-right-color: #4c4d4e;
    border-bottom-color: #4c4d4e;
    border-left-color: #4c4d4e;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 34px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.3;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.callout-btn:not(.ct-section),
.callout-btn.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.open-contact-modal {
}
@media (max-width: 991px) {
    .open-contact-modal {
    }
    .open-contact-modal:not(.ct-section),
    .open-contact-modal.ct-section .ct-section-inner-wrap {
        flex-direction: unset;
    }
}

.contact-menu-item {
    color: inherit;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 32px;
    padding-bottom: 15px;
    margin-left: 20px;
}
.btn-callout-icon {
    color: inherit;
}
.btn-callout-icon > svg {
    width: 60px;
    height: 60px;
}
.btn-callout-icon {
}
@media (max-width: 767px) {
    .btn-callout-icon {
    }
    .btn-callout-icon > svg {
        width: 50px;
        height: 50px;
    }
    .btn-callout-icon {
    }
}

.secondary-text {
    color: #6dcff6;
}
.secondary-text > svg {
    width: 55px;
    height: 55px;
}
.secondary-text {
}
.callout-btn-icon {
}
.feature-modal-header {
    background-color: #4c4d4e;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.feature-modal-header:not(.ct-section),
.feature-modal-header.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 479px) {
    .feature-modal-header {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.modal-content {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}
.modal-content:not(.ct-section),
.modal-content.ct-section .ct-section-inner-wrap {
    display: block;
    flex-direction: unset;
}
@media (max-width: 479px) {
    .modal-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.feature-modal-headline {
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    font-size: 48px;
}
@media (max-width: 991px) {
    .feature-modal-headline {
    }
}

@media (max-width: 767px) {
    .feature-modal-headline {
        font-size: 40px;
    }
}

@media (max-width: 479px) {
    .feature-modal-headline {
        font-size: 25px;
    }
}

.feature-modal-header-headline {
    font-size: 30px;
}
@media (max-width: 991px) {
    .feature-modal-header-headline {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .feature-modal-header-headline {
        font-size: 25px;
    }
}

@media (max-width: 479px) {
    .feature-modal-header-headline {
    }
}

.oxy-stock-content-styles {
}
.modal-image {
    height: 100px;
    width: 100%;
}
.modal-image:not(.ct-section),
.modal-image.ct-section .ct-section-inner-wrap {
    display: block;
    flex-direction: unset;
}
.feature-trigger-iframe {
}
.feature-modal {
}
.trigger-dynamic-modal {
}
.dynamic-modal {
    width: 95%;
    max-width: 600px;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
}
@media (max-width: 767px) {
    .dynamic-modal {
        width: 98%;
    }
}

@media (max-width: 479px) {
    .dynamic-modal {
        width: 100%;
    }
}

.feature-list-icon {
    color: #a7a9ac;
}
.feature-list-icon > svg {
    width: 40px;
    height: 40px;
}
.feature-list-icon {
}
@media (max-width: 767px) {
    .feature-list-icon {
    }
}

@media (max-width: 479px) {
    .feature-list-icon {
    }
    .feature-list-icon > svg {
        width: 22px;
        height: 22px;
    }
    .feature-list-icon {
    }
}

.feature-list-item {
    margin-right: 15px;
    margin-left: 15px;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .feature-list-item {
        border-top-width: 5px;
        border-right-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 5px;
    }
}

@media (max-width: 479px) {
    .feature-list-item {
        margin-left: 5px;
        margin-right: 5px;
    }
}

.feature-list {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e6e7e8;
    text-align: justify;
}
.feature-list:not(.ct-section),
.feature-list.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
@media (max-width: 479px) {
    .feature-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.feature-list-item-active {
    border-bottom-color: #ed1c24;
    padding-bottom: 5px;
}
.feature-list-icon-active {
    color: #ed1c24;
}
.feature-list-icon-active > svg {
    width: 40px;
    height: 40px;
}
.feature-list-icon-active {
}
@media (max-width: 479px) {
    .feature-list-icon-active {
    }
    .feature-list-icon-active > svg {
        width: 22px;
        height: 22px;
    }
    .feature-list-icon-active {
    }
}

.change-dynamic-modal {
}
.rotating {
}
.dynamic-modal-content {
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    transition-property: opacity;
    position: relative;
    text-align: center;
    min-height: 100px;
}
.dynamic-modal-content:not(.ct-section),
.dynamic-modal-content.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dynamic-modal-spinner {
}
.dynamic-modal-spinner:not(.ct-section),
.dynamic-modal-spinner.ct-section .ct-section-inner-wrap {
    display: none;
    flex-direction: unset;
}
.feature-modal-image-overlay {
    background-color: #6dcff6;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.modal-image-overlay {
    background-color: rgba(109, 207, 246, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}
.modal-image-overlay:not(.ct-section),
.modal-image-overlay.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-image-wrapper {
    position: relative;
    width: 100%;
}
.modal-image-wrapper:not(.ct-section),
.modal-image-wrapper.ct-section .ct-section-inner-wrap {
    display: block;
    flex-direction: unset;
}
.oxy-close-modal {
}
.feature-link {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.main-header {
    background-color: #ffffff;
}
.circular-phone-wrapper {
    transform: perspective(2px);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.circular-phone {
    position: relative;
    z-index: 5;
}
.circular-phone-content {
    background-size: cover;
    /*transform:; */
    z-index: 4;
    width: 240px;
    height: 399px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    padding-top: 5px;
}
.circular-phone-row {
    z-index: 5;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
}
.circular-phone-row:not(.ct-section),
.circular-phone-row.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
}
.circular-phone-mask {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #231f20;
    z-index: 10;
    height: 202px;
    top: 100px;
    position: fixed;
    bottom: 0;
}
.mobile-highlight-col {
    text-align: center;
    max-width: 800px;
    aos-enable: true;
}
.mobile-highlight-col:not(.ct-section),
.mobile-highlight-col.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 767px) {
    .mobile-highlight-col {
    }
    .mobile-highlight-col:not(.ct-section),
    .mobile-highlight-col.ct-section .ct-section-inner-wrap {
        flex-direction: unset;
    }
}

.sub-headline {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 600px;
}
.mb-2 {
    margin-bottom: 15px;
}
.testimonial-body {
    font-style: italic;
    max-width: 500px;
}
.testimonial-author {
    font-weight: 600;
    margin-top: 25px;
}
.modal-content-text {
}
@media (max-width: 479px) {
    .modal-content-text {
        font-size: 15px;
    }
}

.headline-slim {
    max-width: 800px;
}
.slim-max-width {
    max-width: 800px;
    aos-enable: false;
    width: 100%;
}
.close-modal {
}
.modal-content-expand {
    height: auto;
    max-height: none;
}
.list-horizontal {
}
.list-horizontal:not(.ct-section),
.list-horizontal.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-horizontal-item {
    color: #333333;
}
.list-horizontal-item > svg {
    width: 55px;
    height: 55px;
}
.list-horizontal-item {
    margin-left: 5px;
    margin-right: 5px;
}
.social-icon-primary {
    color: #333333;
}
.social-icon-primary > svg {
    width: 25px;
    height: 25px;
}
.social-icon-primary {
    background-color: #ed1c24;
    color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.footer-menu {
}
.hero-video-wrapper {
    position: relative;
    width: 100%;
    height: 56.25vw;
    top: 0px;
    left: 0px;
    overflow: hidden;
    text-align: center;
}
.hero-video-wrapper:not(.ct-section),
.hero-video-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-video-block {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.hero-video {
}
.callout-btn-block {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
@media (max-width: 991px) {
    .callout-btn-block {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .callout-btn-block {
        width: 50%;
        padding: 0 5px 10px !important;
    }
}

.callout-bnt-block {
}
.callout-btn-title {
    font-size: 30px;
    word-break: break-word;
}
@media (max-width: 767px) {
    .callout-btn-title {
        font-size: 25px;
    }
}

@media (max-width: 479px) {
    .callout-btn-title {
        font-size: 20px;
    }
}

.callout-btn-columns {
    margin-left: -20px;
    margin-right: -20px;
}
.callout-btn-columns:not(.ct-section),
.callout-btn-columns.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 991px) {
    .callout-btn-columns {
    }
    .callout-btn-columns:not(.ct-section),
    .callout-btn-columns.ct-section .ct-section-inner-wrap {
        display: flex;
    }
}

.hero-image:before {
    background-image: url(./img/GroceryIsle-1.jpg);
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: -1;
    content: "''";
    will-change: transform;
}
.hero-image {
    /*transform:; */
    text-align: center;
    overflow: hidden;
    position: relative;
}
.hero-image .ct-section-inner-wrap {
    padding-top: 108px;
    padding-bottom: 124px;
}
.hero-image:not(.ct-section),
.hero-image.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content-container {
    text-align: justify;
    max-height: 85vh;
    margin-bottom: 76px;
    overflow-y: auto;
}
.modal-content-container:not(.ct-section),
.modal-content-container.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.modal-content-container-expand {
    max-height: none;
    overflow-y: visible;
}
.dynamic-spinner {
    margin-top: 25px;
    position: absolute;
    z-index: 1;
}
.banner-highlight-icon {
    color: #ffffff;
}
.banner-highlight-icon > svg {
    width: 190px;
    height: 190px;
}
.banner-highlight-icon {
}
@media (max-width: 767px) {
    .banner-highlight-icon {
    }
}

@media (max-width: 479px) {
    .banner-highlight-icon {
    }
    .banner-highlight-icon > svg {
        width: 150px;
        height: 150px;
    }
    .banner-highlight-icon {
    }
}

.banner-highlight-icon-wrapper {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
.banner-highlight-icon-wrapper:not(.ct-section),
.banner-highlight-icon-wrapper.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-dark {
    background-color: #4c4d4e;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
}
.card-dark:not(.ct-section),
.card-dark.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 479px) {
    .card-dark {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

.mt-3 {
    margin-top: 35px;
}
.pdf-download-item-thumbnail {
    text-align: right;
}
.pdf-download-item-thumbnail:not(.ct-section),
.pdf-download-item-thumbnail.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 991px) {
    .pdf-download-item-thumbnail {
        text-align: center;
    }
    .pdf-download-item-thumbnail:not(.ct-section),
    .pdf-download-item-thumbnail.ct-section .ct-section-inner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.pdf-download-item-content {
    text-align: left;
}
.pdf-download-item-content:not(.ct-section),
.pdf-download-item-content.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media (max-width: 991px) {
    .pdf-download-item-content {
        text-align: center;
    }
    .pdf-download-item-content:not(.ct-section),
    .pdf-download-item-content.ct-section .ct-section-inner-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.pdf-download-item-headline {
}
.mb-5 {
    margin-bottom: 65px;
}
.pdf-download-item {
}
.main-nav.oxy-nav-menu .oxy-nav-menu-list li.menu-item > a {
    border-color: transparent;
}

.main-nav.oxy-nav-menu .oxy-nav-menu-list li > a.mPS2id-highlight,
.main-nav.oxy-nav-menu .oxy-nav-menu-list li.menu-item.current-menu-item:not(.ps2id) > a {
    border-color: #ed1c24;
}

#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}

.admin-bar .oxy-sticky-header-active {
    top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.ct-slider {
    padding-top: 70px;
}

.ct-slider .unslider-nav {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
}

.ct-slider .unslider-nav ol li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 15px;
}

.ct-slider .unslider-nav ol li:not(.unslider-active) {
    border-color: #fff !important;
    background-color: #fff;
}

.dynamic-modal {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.dynamic-modal::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.forminator-row {
    display: flex;
    align-items: flex-end;
}

.forminator-col {
    margin-bottom: 20px !important;
    width: 100%;
}

.forminator-col-6 {
    width: 50%;
    padding-right: 15px;
}

.forminator-col:last-child {
    padding-right: 0 !important;
}

.hero-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-video iframe {
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    top: -3px;
    left: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@media screen and (max-width: 480px) {
    .footer-menu ul {
        align-items: center;
        justify-content: center;
        flex-direction: column !important;
    }

    .footer-menu ul .menu-item a {
        padding: 4px 0 !important;
    }
}
/*
     FILE ARCHIVED ON 12:47:14 Dec 04, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:19:41 Jun 12, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.627
  exclusion.robots: 0.185
  exclusion.robots.policy: 0.174
  esindex: 0.013
  cdx.remote: 5.57
  LoadShardBlock: 193.041 (3)
  PetaboxLoader3.datanode: 201.94 (5)
  PetaboxLoader3.resolve: 65.423 (2)
  load_resource: 116.66
  loaddict: 38.532
*/
