/** Shopify CDN: Minification failed

Line 194:21 Expected ":"

**/
.custom-service-block .view_all {
    font-weight: var(--font-weight-view-all-style);
    margin-top: var(--mg-top-view-style);
    margin-bottom: var(--mg-bottom-view-style);
    color: var(--color-view-all-style);
}

.custom-service-block .view_all:not(.has-border) {
    border-bottom: none;
}

.custom-service-block .view_all.has-border {
    border-bottom: 1px solid;
}

.custom-service-block .view_all .icon-svg {
    color: var(--color-view-all-icon-style);
}

.custom-service-block .view_all .icon-svg svg {
    fill: var(--color-view-all-icon-style);
}

.custom-service-block .halo-item {
    text-align: center;
}

.custom-service-block .halo-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--item-padding-top-style) 15px var(--item-padding-bottom-style);
    border-radius: var(--item-radius-style);
    font-weight: var(--font-weight-medium);
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    background-color: var(--bg-color-block-style);
    border: 1px solid var(--border-block-style);
    height: 100%;
}

.custom-service-block .halo-item .policies-icon {
    margin-bottom: var(--mg-bottom-icon-style);
    color: var(--color-icon-style);
}

.custom-service-block .halo-item .policies-icon svg {
    fill: var(--color-icon-style);
}

.custom-service-block .halo-item .policies-icon.image-zoom {
    overflow: visible;
    width:130px
}

.custom-service-block .halo-item svg {
    width: var(--width-icon-style);
    height: var(--height-icon-style);
}

.custom-service-block .halo-row.not-distance {
    margin-left: 0;
    margin-right: 0;
}

.custom-service-block .halo-row.not-distance .halo-item {
    padding-left: 0;
    padding-right: 0;
}

.custom-service-block .policies-content {
    text-align: center;
}

.custom-service-block .policies-content .policies-text {
    display: block;
    font-weight: var(--fontweight-title-style);
    font-size: var(--fontsize-title-style);
    margin-bottom: var(--mg-bottom-title-style);
    color: var(--color-block-style);
}

.custom-service-block .policies-content .policies-text.type--font_2 {
    font-family: var(--font-heading-family);
}

.custom-service-block .policies-content .policies-des {
    margin-top: 0;
    margin-bottom: var(--mg_bottom_des-style);
    font-weight: var(--font-weight-normal);
    font-size: var(--fontsize-desc-style);
    line-height: var(--lineheight-desc-style);
    color: var(--color-des-block-style);
}

.custom-service-block .policies-content .policies-button {
    font-size: var(--fontsize-button-style);
    font-weight: var(--fontweight-button-style);
    color: var(--color-button-style);
    margin: 0 auto;
    max-width: var(--button-width-style);
}

.custom-service-block .policies-content .policies-button span{
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.custom-service-block .policies-content .policies-button:hover {
    color: var(--button-color-hover-style);
}

.custom-service-block .policies-content .policies-button.button {
    background: var(--button-background-style);
    border-color: var(--button-border-style);
}

.custom-service-block .policies-content .policies-button.button:hover {
    background: var(--button-background-hover-style);
    border-color: var(--button-border-hover-style);
}

/* Style 2 */
.custom-service-block .policies-block-wrapper.service_block_style_2 .halo-item a {
    flex-direction: row;
}

.custom-service-block .policies-block-wrapper.service_block_style_2 .policies-content {
    text-align: left;
    margin-left: 20px;
}

.custom-service-block .policies-block-wrapper.service_block_style_2 .policies-content .policies-button {
    margin-left: 0;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    text-decoration-color: rgba(5, 28, 66, 0.3);
}

.custom-service-block .subtext-spotlight.style_2 {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
    text-decoration-color: #051c424d;
}

.template-page .policies-icon.image-zoom img {
    padding: 8px;
  width:80%;
  margin:0 auto;
}
.halo-row.column-6.items--full_width {
  display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.custom-service-block .halo-item.scroll-trigger.animate--slide-in {
  list-style: none;
  flex: 0 0 33.3333%;
  border: 2px solid #cc3600;
}
.halo-item span.policies-text.type--font_1 {
  color:#333333;
  font-weight:600
}
.halo-row.column-6.items--full_width .halo-item:first-child {
  border-left:none;
  border-top:none
}
.halo-row.column-6.items--full_width .halo-item:nth-child(2n) {
  border-top:none;
  border-left:none;
  border-right:none
}
.halo-row.column-6.items--full_width .halo-item:nth-child(3n) {
  border-top:none;
  border-right:none;
  margin-left: -3.5px;
}
.halo-row.column-6.items--full_width .halo-item:nth-child(4n) {
  border-left:none;
  border-bottom:none;
  border-top:none;
  margin-right:-2px;
}
.halo-row.column-6.items--full_width .halo-item:nth-child(5n) {
  border-bottom:none;
  border-top:none;--7
}
.halo-row.column-6.items--full_width .halo-item:nth-child(6n) {
  border-bottom:none;
  border-right:none
}
/* Block Bottom */
.custom-service-block-bottom > div {
    transform: translateY(-180px);
}

.custom-service-block-bottom .block-image {
    width: 51.8%;
    margin: 0 auto;
    animation: moveUpDown 2s alternate infinite ease-in-out !important;
    will-change: transform;
}

.custom-service-block-bottom .block-button {
    text-align: center;
    margin-top: 120px;
    margin-bottom: -138px;
}

.custom-service-block-bottom .block-button .banner-button-1 {
    color: var(--button_color);
    background: var(--button_bg);
    border-color: var(--button_border);
    width: var(--button_width);
    max-width: var(--button_width);
    background-origin: border-box;
    margin-right: 30px;
}

.custom-service-block-bottom .block-button .banner-button-2 {
    color: var(--button_2_color);
    background: var(--button_2_bg);
    border-color: var(--button_2_border);
    width: var(--button_2_width);
    max-width: var(--button_2_width);
    background-origin: border-box;
}

@media (max-width: 991px) {
    .custom-service-block .policies-content .policies-text {
         font-size: var(--fontsize-title-style-mb);
    }

    .custom-service-block .scroll-snap-mobile.not-distance .halo-item {
        margin-right: 0;
    }

    .custom-service-block .halo-item a{
        padding-top: var(--item-padding-bottom-style);
        padding-bottom: var(--item-padding-bottom-style);
    }

    .template-product .custom-service-block .halo-item a {
        padding-top: var(--item-padding-top-style);
    }

    .custom-service-block-bottom>div {
        transform: translateY(-160px);
    }

    .custom-service-block-bottom .block-image {
        width: 66%;
    }

    .custom-service-block-bottom .block-image img {
        width: 100%;
    }
  /* .halo-item.scroll-trigger.animate--slide-in {
    flex: 0 0 50%;
  } */
  .custom_service_class .halo-item.scroll-trigger.animate--slide-in {
    flex: 0 0 50% !important;
}
  .halo-row.column-6.items--full_width .halo-item:nth-child(3n) {
    margin-left: 0px;
    border-right:2px solid #cc3600;
    border-left:none;
    margin-top:0 !important;
  }
  .halo-row.column-6.items--full_width .halo-item:nth-child(4n) {
    border-bottom:solid 2px #cc3600;
    margin-top:0 !important;
  }
  .halo-row.column-6.items--full_width .halo-item:nth-child(5n) {
    border-left:none;
     margin-top:0 !important;
  }
  .halo-row.column-6.items--full_width .halo-item:nth-child(6n) {
    border-right:none;
     margin-top:0 !important;
  }
}

@media (max-width: 767px){
    .custom-service-block .halo-row .halo-item{
        width: 100%;
    }

    .custom-service-block .halo-row .halo-item+.halo-item:not(.slider__slide){
        margin-top: 10px;
    }
  
    .custom-service-block .halo-row.scroll-snap-mobile .halo-item+.halo-item{
        margin-top: 0 !important;
    }

    .custom-service-block .halo-row:not(.slider, .scroll-snap-mobile) .halo-item:before {
        content: none;
    }

    .custom-service-block .policies-content .policies-des {
        font-size: var(--fontsize-desc-mb-style);
    }

    .custom-service-block .scroll-snap-mobile.not-distance .halo-item .policies-content{
        text-align: left;
    }

    .custom-service-block .policies-content .policies-text{
        margin-bottom: var(--mg-bottom-title-mb-style);
    }

    .custom-service-block .slider.slider--tablet {
        overflow-y: hidden;
    }

    .custom-service-block.enable_block_bottom .halo-item .policies-icon {
        margin-bottom: 25px;
    }

    .custom-service-block-bottom {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .custom-service-block-bottom>div {
        transform: translateY(30px);
    }

    .custom-service-block-bottom .block-image {
        width: 88%;
    }

    .custom-service-block-bottom .block-button {
        margin-top: 80px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .custom-service-block-bottom .block-button .button {
        width: 165px;
        max-width: 165px;
        margin: 0;
    }
}
@media (max-width: 551px) {
  .halo-item {
    padding-left: 0px;
    padding-right: 0px;
}
  .custom-service-block .halo-item a {
    margin:0;
    padding:0;
  }
}
@media (min-width: 1025px) {
    .custom-service-block .halo-row {
        margin-left: calc((var(--grid-gap)) * (-1));
        margin-right: calc((var(--grid-gap)) * (-1));
    }

    .custom-service-block .halo-row .halo-item {
        padding-left: var(--grid-gap);
        padding-right: var(--grid-gap);
    }
    
    .custom-service-block .halo-row.items--width_auto {
        justify-content: center;
    }

    .custom-service-block .halo-row.items--width_auto .halo-item {
        width: auto;
    }

    .custom-service-block .slider-buttons { 
        position: inherit;  
    }
    /* Block Bottom */
    .custom-service-block-bottom .block-button .banner-button-1:hover {
        color: var(--button_color_hover);
        background: var(--button_bg_hover);
        border-color: var(--button_border_hover);
        background-origin: border-box;
    }

    .custom-service-block-bottom .block-button .banner-button-2:hover {
        color: var(--button_2_color_hover);
        background: var(--button_2_bg_hover);
        border-color: var(--button_2_border_hover);
        background-origin: border-box;
    }
}

@media(min-width: 1200px) {
    .custom-service-block .halo-item a {
        padding-left: var(--item-padding-left-right-style);
        padding-right: var(--item-padding-left-right-style);
    }

    /* Style 2 */
    .custom-service-block .policies-block-wrapper.service_block_style_2 {
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 13px;
    }
}
