/* @import url('http://example.com/example_style.css'); */
@font-face {
    font-family: "Latticon";
    src: url("https://assets.website-files.com/64ad6f1aef87635bd23449f1/6513f5d74e7a544d1c292d7a_Latticon.woff2");
}
@import url('https://fonts.cdnfonts.com/css/matter');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,700;1,800&display=swap');

@font-face {
    font-family: "Latticon";
    src: url("https://assets.website-files.com/64ad6f1aef87635bd23449f1/6513f5d74e7a544d1c292d7a_Latticon.woff2");
}

@media (max-width: 1100px) and (min-width: 767px) {
  span.header-text {
      font-size: 24px;
  }
}



/* Media query for viewport width less than 800px */
@media (max-width: 600px) {
  .main-header {
    color:white;
    padding: 50px 0px;
  }
  
  .main-header-text {
    font-size:25px;
    line-height: 1;
    display:inline-block;
  }
  
  
} 
  
/* Media query for viewport width between 800px and 1200px */
@media (min-width: 600px) and (max-width: 800px) { 
  .main-header {
    color:white;
    padding: 50px 0px;
  }
  .main-header-text {
    font-size:50px;
    line-height: 1;
  }
  
  
} 

/* Media query for viewport width between 800px and 1200px */
@media (min-width: 800px) and (max-width: 1100px) { 
  .main-header {
    color:white;
    padding: 50px 0px;
  }
  .main-header-text {
    font-size:50px;
    line-height: 1;
  }
  
  
} 
  
/* Media query for viewport width greater than 1200px */
@media (min-width: 1100px) {
  .main-header {
    color:white;
    padding: 50px 0px;
  }
  .main-header-text {
    font-size:80px;
    line-height: 1;
  }
  
  
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ############################### */
/* # CSS Shared among components # */
/* ############################### */

* {
    font-family: "Poppins", sans-serif;
}

:root {
    --color--white: white;
    --font--matter: Matter,sans-serif;
    --color--black: #001f1f;
    --color--grey-400: #889494;
    --color--pink-400: #e063c7;
    --color--teal-400: #33b88c;
    --color--purple-400: #7070ff;
    --color--violet-50: #f8f0ff;
    --color--pink-800: #b8337a;
    --color--purple-50: #f0f0ff;
    --color--purple-800: #4533b8;
    --radius--medium: .8rem;
    --color--forest-400: teal;
    --color--grey-100: rgba(0,31,31,.08);
    --color--transparent: rgba(0,31,31,0);
    --color--green-200: #a9eba9;
    --color--turquoise-200: #51e0cd;
    --color--forest-800: #003d3d;
    --color--grey-800: #455252;
    --color--grey-600: #6c7a7a;
    --color--grey-200: #c4cccc;
    --color--grey-50: rgba(0,61,61,.04);
    --color--lime-800: #7b8f00;
    --color--lime-400: #b3cc18;
    --color--lime-200: #dbeb7a;
    --color--lime-100: #eff5ce;
    --color--green-800: #366625;
    --color--green-400: #6bb85f;
    --color--green-100: #cdface;
    --color--teal-200: #8bf0ba;
    --color--teal-100: #c4f5db;
    --color--turquoise-800: #066;
    --color--turquoise-400: #00a3a3;
    --color--turquoise-100: #b1f0e7;
    --color--blue-800: #05537a;
    --color--blue-400: #0794b8;
    --color--blue-200: #67e2eb;
    --color--blue-100: #bff1f5;
    --color--purple-200: #b8b8ff;
    --color--purple-100: #e1e1fa;
    --color--violet-800: #652ea3;
    --color--violet-400: #ad67eb;
    --color--violet-200: #d9adff;
    --color--violet-100: #ecdcfa;
    --color--pink-200: #fab8ff;
    --color--pink-100: #fde5ff;
    --color--red-800: #b8252f;
    --color--red-400: #f55861;
    --color--red-200: #ffbdc1;
    --color--red-100: #ffe0e2;
    --color--yellow-800: #cc8418;
    --color--yellow-400: #ffc247;
    --color--yellow-200: #fd9;
    --color--yellow-100: #fff3c2;
    --color--blue-50: #e4f7f9;
    --color--yellow-50: #fffae6;
    --color--lime-50: #f8fbe7;
    --color--green-50: #eafce9;
    --color--teal-50: #e6f9ee;
    --color--turquoise-50: #def6f3;
    --color--pink-50: #fcf2fe;
    --color--red-50: #fceff1;
    --color--teal-800: #046645;
    --radius--large: 1.2rem;
    --font--latticon: Latticon,sans-serif;
    --radius--small: .4rem;
    --margin--medium: 1.2rem;
    --margin--small: .8rem;
    --margin--xsmall: .4rem;
    --margin--large: 1.6rem;
    --margin--xlarge: 3.2rem;
    --radius--xsmall: .2rem;
    --radius--xlarge: 1.6rem;
    --shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-grid.products-grid {
    z-index: 11;
    width: 100%;
    /*padding: 25px;*/
    box-sizing: border-box;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;x
    grid-template-rows: auto auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
    left: 0%;
}

/* remove search icon from menu bar */
g#search1_layer {
    display: none;
}


.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.w-background-video>video,
.w-background-video>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

@media screen and (max-width: 767px) {
    .w-layout-grid.products-grid {
        width: 100%;
        grid-column-gap: 0.6rem;
        grid-row-gap: 0.6rem;
        grid-template-columns: 1fr 1fr;
        left: 0%;
        grid-template-rows: auto auto auto;
    }
    .card-title.is-link,   {
        font-size: 1.2em;
    }
    .card p {
        font-size: .9em;
    }
  
    .hero-grid {
        grid-row-gap: 2.4rem;
        flex-direction: column;
        display: flex;
    }
}

@media only screen and (max-width: 480px) /* 900 */ {
    .w-layout-grid.products-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto;
    }
}

.hris-grid {
    width: 100%;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    margin-bottom: 1.2rem;
    display: grid;
    position: relative
}

.hris-grid.is-bento {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 4rem;
    display: grid
}

@media screen and (max-width: 767px) {
    .hris-grid {
        flex-direction: column;
        display: flex;
    }
    .hris-grid.is-bento {
        grid-template-columns: 1fr 1fr;
    }
    #w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f7b-b8baf4c7 {
        grid-area: span 1/span 2/span 1/span 2;
    }
    #w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f82-b8baf4c7, #w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f89-b8baf4c7 {
        grid-column: span 1/span 1;
    }
    #w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f90-b8baf4c7 {
        grid-column: span 2/span 2;
    }
}
@media screen and (max-width: 479px) {
    .hris-grid, .hris-grid.is-bento {
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
    }
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}


audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
}

/* # End of CSS Shared among components # */



/* ############################################### */
/* # CSS SPECIFIC TO SYMPO DEVELOPPED COMPONENTS # */
/* ############################################### */

/* Menu button Arrange a Demo*/
  .button.header-main__cta {
      /*background-image: linear-gradient(to bottom,var(--color--forest-400),var(--color--forest-800));*/
      background-image:linear-gradient(to bottom,#772df5,#292047);
      margin-top: 0;
      margin-left: .2rem;
      padding: .6rem 1.2rem;
      font-size: 0.8rem;
      display: inline-block;
      vertical-align: middle;
  }
/* END Menu button Arrange a Demo*/


/* # Component 2 - Title # */
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.w-container:before, .w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.w-background-video {
	/* height: 500px; */
    color: #fff;
    position: relative;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 72rem;
    min-height: 1rem;
    margin-left: auto;
    margin-right: auto;
/*    padding-left: 2.4rem;
    padding-right: 2.4rem; */
    padding-left: 0rem!important;
    padding-right: 2.4rem!important; 
    position: relative;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .title-wrapper:only-child, .title-wrapper:last-child, .switch-tab *, .logo-title *, .block.is-check *, .accordion-trigger h3, .accordion-trigger .h4, .accordion-trigger .h5 {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
    text-wrap: balance;
}

h2 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}



.title-wrapper {
    width: 100%;
    max-width: 45rem;
    min-height: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.eyebrow {
    color: teal;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: rgba(255,255,255,.24);
    border-radius: 1rem;
    margin-bottom: 1.2rem;
    padding: 0.3rem 0.8rem;
    font-size: .7rem;
    font-weight: 600;
    position: relative;
    box-shadow: inset 0 0 0 0.15em #51e0cd;
}

.eyebrow::after, .button.is-outline::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 0.15em solid #a9eba9;
    -webkit-mask-image: linear-gradient(45deg, black 0%, transparent 100%);
    mask-image: linear-gradient(45deg, black 0%, transparent 100%);
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 2.4rem;
    }
}

/* # End of Component 2 - Title # */


/* Add attribute margin = [size] where [size] is the amount of bottom-margin */
[margin="none"] { margin-bottom: 0; }
[margin="xsmall"] { margin-bottom: .4rem; }
[margin="small"] { margin-bottom: .8rem; }
[margin="medium"] { margin-bottom: 1.2rem; }
[margin="large"] { margin-bottom: 2rem; }
[margin="xlarge"] { margin-bottom: 3.2rem; }

/* Font weights */
[weight="400"] { font-weight: 400; }
[weight="500"] { font-weight: 500; }
[weight="600"] { font-weight: 600; }

/* Line Height */
[lineheight=".9"] { line-height: .9; }
[lineheight="1"] { line-height: 1; }
[lineheight="1.1"] { line-height: 1.1; }
[lineheight="1.2"] { line-height: 1.2; }
[lineheight="1.3"] { line-height: 1.3; }
[lineheight="1.4"] { line-height: 1.4; }
[lineheight="1.5"] { line-height: 1.5; }

.button {
    background-color: var(--color--forest-800);
    background-image: linear-gradient(to bottom,var(--color--forest-400),var(--color--forest-800));
    color: var(--color--green-100);
    text-align: center;
    border-style: none;
    border-radius: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    padding: 0.8rem 2rem;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.06), 0 8px 8px rgba(0,31,31,.06), 0 4px 4px rgba(0,31,31,.06), 0 2px 2px rgba(0,31,31,.06), 0 0 1px rgba(0,31,31,.32), inset 0 -2px 1px rgba(0,31,31,.24), inset 0 1px 1px rgba(205,250,206,.08);
}

.buttons > .link {
  font-size: .9rem;
}

.button:hover {
    transform: scale(1.02);
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.24), 0 8px 8px rgba(0,31,31,.1), 0 4px 4px rgba(0,31,31,.1), 0 2px 2px rgba(0,31,31,.1), 0 0 1px rgba(0,31,31,.36), inset 0 -2px 1px rgba(0,31,31,.36), inset 0 2px 3px rgba(205,250,206,.16);
}

.button:active {
    transform: scale(1);
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.08),0 8px 8px rgba(0,31,31,.02),0 4px 4px rgba(0,31,31,.02),0 2px 2px rgba(0,31,31,.02),0 0 1px rgba(0,31,31,.12),inset 0 -2px 1px rgba(0,31,31,.24),inset 0 2px 1px rgba(205,250,206,.08)
}

.button.is-outline {
    background-color: var(--color--transparent);
    /*color: var(--color--forest-400);*/
  color:white;
    background-image: none;
    box-shadow: inset 0 0 0 2px #51e0cd
}

.button.is-outline:hover {
    color: #046663;
    box-shadow: inset 0 0 0 2px #a9eba9
}

.button.is-outline.is-dark {
    color: var(--color--green-100)
}

.buttons {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.2rem;
    display: flex;
    position: relative
}


.card.is-dark.is-video {
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

.card {
    width: 100%;
    height: 100%;
    background-color: var(--color--white);
    color: var(--color--black);
    border-radius: 1.2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: .4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden
}

.card-video {
    aspect-ratio: 346 / 195;
}

.card-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
}

.card-image {
    border-radius: .8rem
}



.card-video-thumbnail.is-mobile {
    display: none
}


.card-title.is-small {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.card-title {
    margin-bottom: 0;
    font-size: 1.5rem;
}

h1, h2, h3, h4, h5 {
    text-wrap: balance;
}

h2 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    color: #000;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 700;
}


.card-content {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.8rem;
    display: flex;
    position: relative;
    height: auto;
    box-sizing: border-box;
}

.card.is-dark p {
    color: white;
    opacity: .7;
    line-height: 1.3;
    margin-bottom: 0;
}

.card-title + p {
    margin-top: 0.4rem;
}

.card p, .card-content.is-feat p {
    color: #6c7a7a;
}

p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    position: relative;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}



/* C3 -  */

* {
    font-family: "Poppins", sans-serif;
}

h1 {
    letter-spacing: -.05rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: .96;
    position: relative;
}

.product-label ~ h1, .product-label ~ h2, .breadcrumb ~ h1, .breadcrumb ~ h2 {
    margin-top: 1.2rem;
}

.hero-grid.is-video {
    align-content: start;
    align-items: start;
}

.hero-grid {
    width: 100%;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 42%;
    align-content: center;
    align-items: center;
    display: grid;
    position: relative;
}

#w-node-d1729bac-80ac-691a-3b89-0016b07536c8-927d41d3, #w-node-ebc7373d-9267-16e6-81fd-a256f0f936d9-4cf09995 {
    grid-area: span 1/span 1/span 1/span 1;
}

.product-label {
    grid-column-gap: 0.4rem;
    white-space: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
    font-weight: 500;
    display: flex;
}

.product-label-icon.is-active, .product-label.is-nav:hover .product-label-icon, .product-label.is-nav.w--current .product-label-icon, .product-label.is-large.is-plus:hover .product-label-icon, .product-label.is-large.is-plus.w--current .product-label-icon, .product-label.is-large.is-plus.is-active .product-label-icon, .card.is-pricing:hover .product-label-icon, .plus-tab:hover .product-label-icon, .plus-tab.w--current .product-label-icon {
    color: white;
    background-color: #51e0cd;
    box-shadow: 0 0 0.1em 0 rgba(0, 31, 31, 0.24), 0 0.2em 0.2em 0 rgba(0, 31, 31, 0.06), 0 0.3em 0.3em 0 rgba(0, 31, 31, 0.06), 0.6em -1em 0.8em 0px rgb(0 163 163 / 48%) inset, 0.8em -1.2em 1.6em 0 rgb(0 163 163 / 48%) inset, 0 -0.1em 0.16em 0 rgb(0 31 31 / 32%) inset, 0 0.1em 0.1em 0 rgb(235 255 228 / 64%) inset;
}

.product-label-icon {
    width: 1.6rem;
    grid-row-gap: 0.1em;
    aspect-ratio: 1/1;
    color: teal;
    object-fit: cover;
    background-color: rgba(177,240,231,.3);
    border-radius: 0.4rem;
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(177,240,231,.6);
}

/*
.product-label-icon.is-active {
    background-color: teal;
    color: #fff;
}
*/

.product-icon {
    width: 100%;
    max-width: 3.2rem;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

svg:not(:root) {
    overflow: hidden;
}

.product-label .product-label-icon + *, .signin-form, input.w-button {
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

[characters="36"] {
    max-width: 36ch;
}

.body-large {
    font-size: 1.4rem;
    line-height: 1.3;
}

p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}

.buttons {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.6rem;
    margin-bottom: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.button {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: #003d3d;
    background-image: linear-gradient(to bottom,teal,#003d3d);
    color: #cdface;
    text-align: center;
    border-style: none;
    border-radius: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    margin-bottom: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    padding: 0.8rem 2rem !important;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.06), 0 8px 8px rgba(0,31,31,.06), 0 4px 4px rgba(0,31,31,.06), 0 2px 2px rgba(0,31,31,.06), 0 0 1px rgba(0,31,31,.32), inset 0 -2px 1px rgba(0,31,31,.24), inset 0 1px 1px rgba(205,250,206,.08);
}

.button:hover {
    color: #cdface;
    text-decoration: unset;
    transform: scale(1.02);
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.24), 0 8px 8px rgba(0,31,31,.1), 0 4px 4px rgba(0,31,31,.1), 0 2px 2px rgba(0,31,31,.1), 0 0 1px rgba(0,31,31,.36), inset 0 -2px 1px rgba(0,31,31,.36), inset 0 2px 3px rgba(205,250,206,.16);
}

.button.is-outline {
    background-color: rgba(0,31,31,0);
    color: teal;
    background-image: none;
    box-shadow: inset 0 0 0 2px #51e0cd;
}

.button.is-outline::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 0.15em solid #a9eba9;
    -webkit-mask-image: linear-gradient(45deg, black 0%, transparent 100%);
    mask-image: linear-gradient(45deg, black 0%, transparent 100%);
}

.w-button {
    line-height: inherit;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
}

#w-node-ebc7373d-9267-16e6-81fd-a256f0f936e8-4cf09995 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
}

.hero-visuals {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.hero-video, .player-video {
    transform: translateZ(0);
    isolation: isolate!important;
}

.hero-video {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 1.2rem;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.w-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.w-background-video>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}

.video-play-button {
    width: 1.6rem;
    height: 1.6rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #003d3d;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0.6rem 0.4rem 0.4rem;
    font-family: Latticon,sans-serif;
    font-size: .8rem;
    font-weight: 400;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0.8rem;
    left: 0.8rem;
    right: auto;
    border: 0;
}

button.video-play-button > span > div {
    font-family: "Latticon", sans-serif;
}

/*
.w-background-video--control {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
*/

.button.is-lightbox {
    grid-column-gap: 0.6rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 1.4rem;
    padding-right: 1.6rem;
    display: flex;
}

.button.is-lightbox.is-light {
    grid-column-gap: 0.4rem;
    background-color: rgba(0,31,31,0);
    box-shadow: none;
    color: teal;
    background-image: none;
    margin-top: 0.8rem;
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.is-lightbox.is-light::before {
    color: white;
    background-image: linear-gradient(#0794b8, teal);
    font-size: .6rem;
}

.button.is-lightbox::before {
    content: "▶";
    font-family: 'Latticon';
    font-size: .7em;
    display: flex;
    flex: 0 0 auto;
    font-weight: 400;
    position: relative;
    width: 1.1rem;
    height: 0.9rem;
    padding-top: 0.3em;
    color: #066;
    background-image: linear-gradient(white, #e4f7f9);
    border-radius: 50%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    transition: initial;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
[data-wf-bgvideo-fallback-img] {
    position: absolute;
    z-index: -100;
    display: inline-block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
a:hover {
    color: 
}

ul.checkmark {
    padding-left: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}

ul.checkmark li {
  font-size: .9rem;
  margin-bottom: .5em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}
ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 0.8em #67cb48;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.5em;
    width: 24px;
    height: 24px;
    border: none;
    background: url(https://22573257.fs1.hubspotusercontent-na1.net/hub/22573257/hubfs/Bullet%20Tick.png?width=30&height=30&name=Bullet%20Tick.png);
    background-size: cover;
    background-position: center;
}
.component-3-container h1 {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .hero-grid {
        grid-row-gap: 2.4rem;
        flex-direction: column;
        display: flex;
    }
}

/* C3 -  */






/* C4 - Hero Section */

.hero {
    padding-top: 7rem;
    padding-bottom: 3.2rem;
    position: relative
}

.hero.is-gradient {
    background-image: url(https://assets-global.website-files.com/64ad6f1aef87635bd23449f1/64df8e537f83a891c151bdc8_gradient-solutions-blue.svg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden
}

.hero.is-gradient.is-blue {
    background-image: url(https://assets-global.website-files.com/64ad6f1aef87635bd23449f1/64df8e537f83a891c151bdc8_gradient-solutions-blue.svg);
    background-position: 50% 0;
    background-attachment: scroll
}

.solutions-hero-grid {
    width: 100%;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template: "Top-Left Main Top-Right"1fr"Left Main Right"1fr"Bottom-Left Main Bottom-Right"1fr/1fr minmax(auto,40rem) 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative
}

.solutions-hero-image {
    width: auto;
    height: auto;
    max-width: 85%;
    object-fit: contain;
    border-radius: 0
}

.breadcrumb {
    grid-column-gap: .7rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    font-weight: 500;
    display: flex;
    position: relative
}

.breadcrumb-current {
    opacity: 1;
    font-size: .9rem;
    position: relative
}

.hero-title-image {
    max-width: 25rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem
}

#w-node-_926bdbd7-fa60-ecec-de14-2a574f45eeea-1f34e1ce {
    grid-area: Main
}

#w-node-f92044c6-b24a-2510-967f-b9809b09cd5a-1f34e1ce {
    grid-area: Top-Right
}

#w-node-f8d46034-59f0-9c4c-0081-cc0a56bd91cb-1f34e1ce {
    grid-area: Left;
    align-self: start;
    justify-self: end
}

#w-node-bbc27ebf-920c-5484-ccc8-c877a35e5f88-1f34e1ce {
    grid-area: Bottom-Left;
    align-self: start;
    justify-self: start
}

.hero-button {
    align-items: center !important;
    margin: auto !important;
}

/* END C4 - Hero Section */


/* -------------------- */
/* C14 - Multiple Cards */
/* -------------------- */


#w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f7b-b8baf4c7 {
    grid-area: span 2/span 3/span 2/span 3;
}

#w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f82-b8baf4c7, #w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f89-b8baf4c7 {
    grid-area: span 1/span 2/span 1/span 2;
}

#w-node-_4a5af8b4-0947-9d6f-2472-533c9acc8f90-b8baf4c7 {
    grid-area: span 1/span 4/span 1/span 4;
}

.card.is-dark.is-video {
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.card.is-form.is-callout, .card.is-dark, .card.is-careers {
    box-shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 0%), 0 8px 8px 0 rgb(0 31 31 / 0%), 0 4px 4px 0 rgb(0 31 31 / 0%), 0 2px 2px 0 rgb(0 31 31 / 0%), 0 0 1px 0 rgb(0 31 31 / 0%);
}

.card.is-dark {
    color: #fff;
    background-color: rgb(62 121 103);
    border: 1px solid rgb(62 121 103);
}

.card.is-dark:hover {
    background-color: rgb(18 84 73);
    border-color: rgb(18 84 73);
}

.card, .player-wrapper, .plus-tab {
    box-shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #000;
    border-radius: 1.2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden;
}

.card-video {
    aspect-ratio: 346 / 195;
}

.card14-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
}

.card-image {
    border-radius: 0.8rem;
}

.card-video-thumbnail.is-mobile {
    display: none;
}

.card14-content {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.8rem;
    display: flex;
    position: relative;
}

.card-title.is-small {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.card-title {
    margin-bottom: 0;
    font-size: 1.5rem;
}

h1, h2, h3, h4, h5 {
    text-wrap: balance;
}

h2 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    color: #000;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 700;
}

.card.is-dark p {
    color: white;
    opacity: .7;
    line-height: 1.3;
    margin-bottom: 0;
}

.card-title + p {
    margin-top: 0.4rem;
}

.card p, .card-content.is-feat p {
    color: #6c7a7a;
}

p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    position: relative;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0.8rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/* END C14 Multiple Cards */


/* Component 15 CTA button 1 and 2 */



/* Component 26 - CARDS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,700;1,800&display=swap');

@font-face {
    font-family: "Latticon";
    src: url("https://assets.website-files.com/64ad6f1aef87635bd23449f1/6513f5d74e7a544d1c292d7a_Latticon.woff2");
}


.card.is-product {
    position: relative;
}
.card, .player-wrapper, .plus-tab {
    box-shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #001f1f;
    border-radius: 1.2rem !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex !important;
    position: relative;
    overflow: hidden;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
a, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link, .w-nav-brand, .w--current, .w-nav-button.w--open, .section.is-logobar .label, .alert-rich-text li::marker {
    color: currentcolor;
}
a {
    text-decoration: none;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    position: relative;
}
a {
    background-color: transparent;
}


a.card .card-content-c26-override {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.8rem;
    display: flex;
    position: relative;
    height: auto;
    box-sizing: border-box;
}
.card-title.is-link {
    font-size: 1.4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.card-title {
    margin-bottom: 0;
    font-size: 1.5rem;
}
h1, h2, h3, h4, h5 {
    text-wrap: balance;
}
h2 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
h2.card-title.is-link {
    color: #001f1f;
}
h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 700;
}
.card-title ~ p {
    margin-top: 0.4rem;
    font-size: 1rem;
}
.card p, .card-content.is-feat p {
    color: #6c7a7a;
}
p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    position: relative;
}

.card-video {
    z-index: 1;
    width: 100%;
    /*height: 100%; /*100%;*/
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 0.8rem;
}
a.card .card-video-c26-override {
    z-index: 1;
    width: 100%;
    height: 100%; /*100%;*/
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 0.8rem;
}

.link::after, .footer-link::after, .card-title.is-link::after, .language-link p::after {
    content: "\02C3";
    opacity: .5;
    position: relative;
    display: inline-block;
    margin-left: 0.4rem;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: "Latticon";
    font-size: .8em;
}

.card:hover .card-title.is-link::after {
    margin-left: .6em;
}

.link-wrapper:hover .link.is-dark, .card:hover .card-title.is-link {
    color: teal;
}



@media only screen and (max-width: 400px) {
    .card-video {
        height: 50%;
    }
    .card-content {
        height: 50%;
    }
    .card-title.is-link,   {
        font-size: 1em;
    }
    .card p {
        font-size: .8em;
    }
}

/* End component 26 */ 

/* Component 26 with toggle - CARDS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,700;1,800&display=swap');

@font-face {
    font-family: "Latticon";
    src: url("https://assets.website-files.com/64ad6f1aef87635bd23449f1/6513f5d74e7a544d1c292d7a_Latticon.woff2");
}


.card.is-product {
    position: relative;
}
.card, .player-wrapper, .plus-tab {
    box-shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #001f1f;
    border-radius: 1.2rem !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0.4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    display: flex;
    position: relative;
    overflow: hidden;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
a, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link, .w-nav-brand, .w--current, .w-nav-button.w--open, .section.is-logobar .label, .alert-rich-text li::marker {
    color: currentcolor;
}
a {
    text-decoration: none;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    position: relative;
}
a {
    background-color: transparent;
}

.card-title.is-link {
    font-size: 1.4rem;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.card-title {
    margin-bottom: 0;
    font-size: 1.5rem;
}
h1, h2, h3, h4, h5 {
    text-wrap: balance;
}
h2 {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
h2.card-title.is-link {
    color: #001f1f;
}
h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: 700;
}
.card-title ~ p {
    margin-top: 0.4rem;
}
.card p, .card-content.is-feat p {
    color: #6c7a7a;
}
p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    position: relative;
}

.card-video {
    z-index: 1;
    width: 100%;
    /*height: 60%; /*100%;*/
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 0.8rem;
}


.link::after, .footer-link::after, .card-title.is-link::after, .language-link p::after {
    content: "\02C3";
    opacity: .5;
    position: relative;
    display: inline-block;
    margin-left: 0.4rem;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: "Latticon";
    font-size: .8em;
}

.card:hover .card-title.is-link::after {
    margin-left: .6em;
}

.link-wrapper:hover .link.is-dark, .card:hover .card-title.is-link {
    color: teal;
}


@media only screen and (max-width: 400px) {
    .card-video {
        height: 50%;
    }
    .card-content {
        height: 50%;
    }
    .card-title.is-link,   {
        font-size: 1em;
    }
    .card p {
        font-size: .8em;
    }
}

			$size: 12px;

			.switch {
				padding: 0.4em;
				background: #eee;
				display: inline-block;
				border-radius: 0.5em;
				font-size: $size;
				user-select: none;
			}
	
			 .switch.is-on .switch__control {
					background: #20bf6b;
				}
 
			 .switch.is-on .switch__toggle {
					color: black;
					margin-left: 50%;
				}

			switch.switch--round, 
			.switch--round .switch__toggle,
			.switch--round .switch__control {  
				border-radius: 5em;
			}

			.switch--round .switch__control {
				width: 4em;
			}

			.switch--round.is-on .switch__toggle {
				color: transparent;
			}
	
			.switch__control {
				float: left;
				display: inline-block;
				width: 5em; 
				height: 2.2em;
				background: #999;
				box-sizing: border-box;
				padding: 0.25em;
				border-radius: 0.333em;
				transition: 200ms;
				cursor: pointer;
			}

			.switch__toggle {
				line-height: 1.75;
				text-align: center;
				display: inline-block;
				width: 50%;
				height: 100%;
				background: white;
				color: transparent;
				border-radius: 0.25em;
				transition: 200ms;
				box-sizing: border-box;
				font-weight: bold;
			}


			.switch__label {
				line-height: 2.2;
				float: left;
				padding-right: 1em;
				padding-left: 1em;
			}
			.switch__label:empty {
				display: none;
			}

			// optional shadow
			.switch {
				box-shadow: 0 0.1em .4em -0.1em rgba(0,0,0,0.25);
				transition: box-shadow 200ms;
			}
			.switch:hover {
				box-shadow: 0 0.2em 0.66em 0px rgba(0,10,22,0.25);
				background: #f5f5f5;
			}

			// pen styles

			body {
				padding: 30px;
				background: #ddd;
			}
			body > div {
				margin-top: 1em;
				margin-right: 2em;
			}

			.card-a{
				display: none !important;
			}

			.card-b{
				display: none !important;
			}

			.displayed{
				display: block !important;
			}
			
/* # End of CSS specific to sympo developped components # */
			

/* ###################################### */
/* # PURCHASED COMPONENTS CSS OVERWRITE # */
/* ###################################### */

/* Slider pro */
 .slick-track > div{
    background-size: cover;
    border-radius: 1.2rem;
    border-style: none;
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.06), 0 8px 8px rgba(0,31,31,.06), 0 4px 4px rgba(0,31,31,.06), 0 2px 2px rgba(0,31,31,.06), 0 0 1px rgba(0,31,31,.32), inset 0 -2px 1px rgba(0,31,31,.24), inset 0 1px 1px rgba(205,250,206,.08);
    background-color: var(--color--transparent);
    color: var(--color--forest-400);
    background-image: none;
    box-shadow: inset 0 0 0 2px #51e0cd
  }
  
 #hs_cos_wrapper_widget_1704466280505 .showcase-slider-pro-button {
    color: var(--color--green-100);
    text-align: center;
    border-style: none;
    border-radius: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    padding: 0.8rem 2rem;
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    display: inline;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 10px 16px -10px rgba(255,255,255,.06), 0 8px 8px rgba(0,31,31,.06), 0 4px 4px rgba(0,31,31,.06), 0 2px 2px rgba(0,31,31,.06), 0 0 1px rgba(0,31,31,.32), inset 0 -2px 1px rgba(0,31,31,.24), inset 0 1px 1px rgba(205,250,206,.08);
    background-color: var(--color--white);
    color: var(--color--forest-400);
    background-image: none;
    box-shadow: inset 0 0 0 2px #51e0cd
}
  
#hs_cos_wrapper_widget_1704466280505 .slide-inner-content {
    background: transparent;
}
/* End slider pro */

:root {
  --shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
  --color--forest-400: teal;
}

.form_styler form {
  gap: 10px;
}

.form_styler input, .form_styler select {
  width: 100%!important;
  border-radius: 0.4rem!important;
  height: 48px!important;
}

.form_styler .hs-button {
  padding: 0!important;
  background-color: #003d3d!important;
  color: lightgreen!important;
}

.form_styler form {
  border: 1px solid lightgreen;
  background-image: radial-gradient(circle at 100% 0,rgba(196,245,219,.48),rgba(205,250,207,.4));
  padding: 2rem;
  border-radius: 25px;
}

/* HS6 - Stats Cards - 'Why Us' */
.why_us_styler .card-services .card-heading h2 {
	font-family: var(--font--matter);
}
  
.why_us_styler .content .card-services h4 {
	font-family: var(--font--matter);
}

.why_us_styler .why-us-box .card-services .card-heading span {
  	font-family: var(--font--matter);
}
 
.why_us_styler .why-us-inner-content .why-us-box {
    box-shadow: var(--shadow)
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.why_us_styler .why_us.why-us-section {
    background-image: url(https://assets-global.website-files.com/64ad6f1aef87635bd23449f1/64df8e537f83a891c151bdc8_gradient-solutions-blue.svg);
    background-attachment: scroll;
  	background-size: contain;
	  background-repeat: no-repeat;
    background-position: center;  
    background-color: transparent;
  }
/* End of HS6 - Stats Cards - 'Why Us' */


/* HS6 - Icon Cards - 'Feature UZ' */
.feature_uz_styler .feature_flex {
  gap: 10px;
}

.feature_uz_styler .feature_items_repeat {
  border-radius: 25px;
  box-shadow: var(--shadow)!important;
  max-width: 24.3657293%!important;
}

/* End of HS6 - Icon Cards - 'Feature UZ' */


/* HS8 - Custom Accordion */

:root {
  --shadow: 0 24px 24px 0 rgb(0 31 31 / 0%), 0 16px 16px 0 rgb(0 31 31 / 3%), 0 8px 8px 0 rgb(0 31 31 / 6%), 0 4px 4px 0 rgb(0 31 31 / 6%), 0 2px 2px 0 rgb(0 31 31 / 6%), 0 0 1px 0 rgb(0 31 31 / 32%);
  --color--forest-400: teal;
}

.accordion {
  border: 1px solid #d0d0d0;
  border-radius: 1.2rem;
  margin-bottom: 1rem!important;
  box-shadow: var(--shadow)!important;
}

.accordion button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
/*   color: #c168c2; */
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1rem;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.accordion button:hover,
.accordion button:focus {
/*   color: #99409a; */
  color: var(--color--forest-400);
}

.accordion button:active {
/*   color: #e990ea; */
  color: var(--color--forest-400);
}

.accordion__icon {
/*   background-color: #c168c2; */
  background-color: var(--color--forest-400);
  border-radius: 50%;
  height: 1.25em;
  pointer-events: none;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
  width: 1.25em;
}

button:hover .accordion__icon,
button:focus .accordion__icon {
/*   background-color: #99409a; */
  background-color: rgba(177,240,231, 1);
}

button:active .accordion__icon {
/*   background-color: #e990ea; */
  background-color: var(--color--forest-400);
}

.accordion__icon:before {
  background-color: #fff;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
}

.accordion__icon:after {
  background-color: #fff;
  content: '';
  height: 0.75em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
}

.accordion[aria-expanded='true'] button {
/*   color: #e990ea; */
  color: var(--color--forest-400);
}

.accordion[aria-expanded='true'] button .accordion__icon {
/*   background-color: #e990ea; */
  background-color: var(--color--forest-400);
  transform: translateY(-50%) rotate(135deg);
}

.accordion main {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
/*   transition: opacity 0.3s ease-out 0.2s, max-height 0.3s ease-out; */
  transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
}

.accordion {
  background-color: var(--color--white);
  background-image: linear-gradient(225deg,rgba(81,224,205,.16),rgba(177,240,231,.16));
/*   border-color: rgba(0,163,163,.3); */
 }

.accordion[aria-expanded='true'] main {
  max-height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in, max-height 0.5s ease-in;
}

.accordion__item-content {
  padding: 1.4rem 1.4em;
}



# To clean
@font-face {
    font-family: "Latticon";
    src: url("https://assets.website-files.com/64ad6f1aef87635bd23449f1/6513f5d74e7a544d1c292d7a_Latticon.woff2");
}

@import url('https://fonts.cdnfonts.com/css/matter');


/* End of HS8 - Custom Accordion */